Add XcoreCMSInlineEditingBundle recipe

This commit is contained in:
Jakub Janata
2017-09-14 10:19:47 +02:00
parent ab3dd940d1
commit 9448e9b422
3 changed files with 16 additions and 0 deletions
@@ -0,0 +1,6 @@
#xcore_inline:
# fallback: false
# table_name: 'inline_content
# url_path: '/inline-editing
# connection: 'doctrine.dbal.default_connection'
# entity_manager: 'doctrine.orm.entity_manager'
@@ -0,0 +1,2 @@
xcore_inline:
resource: "@XcoreCMSInlineEditingBundle/Resources/config/routing.xml"
@@ -0,0 +1,8 @@
{
"bundles": {
"XcoreCMS\\InlineEditingBundle\\XcoreCMSInlineEditingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}