Add AppBundle and the YouTube and Vimeo Twig functions
This commit is contained in:
parent
2f7d9de95b
commit
3cb4e74448
11 changed files with 134 additions and 5 deletions
|
@ -14,7 +14,8 @@ class SculpinKernel extends AbstractKernel
|
|||
{
|
||||
return [
|
||||
'Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle',
|
||||
'Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle'
|
||||
'Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle',
|
||||
'AppBundle\AppBundle'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue