Remove bundle, add services in sculpin_kernel.yml
This commit is contained in:
parent
278c7a1d44
commit
ed4133b573
13 changed files with 341 additions and 479 deletions
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
use App\Talks\SculpinTalksBundle;
|
||||
use Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle;
|
||||
use Opdavies\Sculpin\Bundle\GistEmbedBundle\SculpinGistEmbedBundle;
|
||||
use Opdavies\Sculpin\Bundle\TwigMarkdownBundle\SculpinTwigMarkdownBundle;
|
||||
|
@ -17,8 +16,6 @@ class SculpinKernel extends AbstractKernel
|
|||
SculpinContentGeneratorBundle::class,
|
||||
SculpinGistEmbedBundle::class,
|
||||
SculpinTwigMarkdownBundle::class,
|
||||
|
||||
SculpinTalksBundle::class,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,3 +8,8 @@ sculpin_content_types:
|
|||
talks:
|
||||
permalink: talks/:basename/
|
||||
taxonomies: [tags]
|
||||
|
||||
services:
|
||||
App\TwigExtension\Talk\TalksExtension:
|
||||
tags:
|
||||
- { name: twig.extension }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue