diff --git a/goetas/twital-bundle/1.3/config/packages/twital.yaml b/goetas/twital-bundle/1.3/config/packages/twital.yaml new file mode 100644 index 00000000..340c0901 --- /dev/null +++ b/goetas/twital-bundle/1.3/config/packages/twital.yaml @@ -0,0 +1,7 @@ +goetas_twital: + full_twig_compatibility: true # see http://twitalbundle.readthedocs.io/en/latest/#full-twig-compatibility + +## add here your custom extension handlers, by default Twital parses *.html.twital, *.xml.twital and *.xhtml.twital files +## more info about it on http://twitalbundle.readthedocs.io/en/latest/#source-adapters +# source_adapter: +# - { service: twital.source_adapter.html5, pattern: ['/\.ext\.twital$/', '/\.ext2\.twital$/'] } diff --git a/goetas/twital-bundle/1.3/manifest.json b/goetas/twital-bundle/1.3/manifest.json new file mode 100644 index 00000000..2f911173 --- /dev/null +++ b/goetas/twital-bundle/1.3/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Goetas\\TwitalBundle\\GoetasTwitalBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}