mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Bitbag cms plugin (#1304)
* Add recipe for bitbag/cms-plugin * Removed @/Form/ckeditor_widget.html.twig from form_themes * Fixed typo in bitbag_cms_plugin.yaml * Fixed typo in bitbag_cms_plugin.yaml * Fixed typo in packages/bitbag_cms_plugin.yaml
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
imports:
|
||||
- { resource: "@BitBagSyliusCmsPlugin/Resources/config/config.yml" }
|
||||
|
||||
twig:
|
||||
form_themes:
|
||||
- '@BitBagSyliusCmsPlugin/Form/ckeditor_widget.html.twig'
|
||||
@@ -0,0 +1,2 @@
|
||||
bitbag_sylius_cms_plugin:
|
||||
resource: "@BitBagSyliusCmsPlugin/Resources/config/routing.yml"
|
||||
8
bitbag/cms-plugin/3.0/manifest.json
Normal file
8
bitbag/cms-plugin/3.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"BitBag\\SyliusCmsPlugin\\BitBagSyliusCmsPlugin": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
2
bitbag/cms-plugin/3.0/post-install.txt
Normal file
2
bitbag/cms-plugin/3.0/post-install.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
If you want to contact us, the best way is to fill the form on our website or send us an e-mail to <comment>hello@bitbag.io</comment> with your question(s).
|
||||
We guarantee that we answer as soon as we can!
|
||||
Reference in New Issue
Block a user