From 9448e9b4225dd44583c4f15f5c873c2915ecf27d Mon Sep 17 00:00:00 2001 From: Jakub Janata Date: Mon, 11 Sep 2017 18:06:15 +0200 Subject: [PATCH] Add XcoreCMSInlineEditingBundle recipe --- .../1.2/config/packages/xcore_inline.yaml | 6 ++++++ .../1.2/config/routes/xcore_inline.yaml | 2 ++ xcore/inline-editing-bundle/1.2/manifest.json | 8 ++++++++ 3 files changed, 16 insertions(+) create mode 100644 xcore/inline-editing-bundle/1.2/config/packages/xcore_inline.yaml create mode 100644 xcore/inline-editing-bundle/1.2/config/routes/xcore_inline.yaml create mode 100644 xcore/inline-editing-bundle/1.2/manifest.json 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%/" + } +}