diff --git a/xcore/inline-editing-bundle/1.2/config/packages/xcore_inline.yaml b/xcore/inline-editing-bundle/1.2/config/packages/xcore_inline.yaml new file mode 100644 index 00000000..cb802193 --- /dev/null +++ b/xcore/inline-editing-bundle/1.2/config/packages/xcore_inline.yaml @@ -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' diff --git a/xcore/inline-editing-bundle/1.2/config/routes/xcore_inline.yaml b/xcore/inline-editing-bundle/1.2/config/routes/xcore_inline.yaml new file mode 100644 index 00000000..8ff80b2d --- /dev/null +++ b/xcore/inline-editing-bundle/1.2/config/routes/xcore_inline.yaml @@ -0,0 +1,2 @@ +xcore_inline: + resource: "@XcoreCMSInlineEditingBundle/Resources/config/routing.xml" diff --git a/xcore/inline-editing-bundle/1.2/manifest.json b/xcore/inline-editing-bundle/1.2/manifest.json new file mode 100644 index 00000000..9a80df63 --- /dev/null +++ b/xcore/inline-editing-bundle/1.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "XcoreCMS\\InlineEditingBundle\\XcoreCMSInlineEditingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}