From e162aa57b4ee93366ffb0a3b4eae7dc2fff13fb6 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 19 Feb 2022 11:04:55 +0000 Subject: [PATCH] Update Flex endpoint --- ...c040eaf0d10685b1756d9715ea29b3a590b01.json | 46 ++++++++++++++++ ...6a47172945ba685c9d463407305ea1d4cc166.json | 54 +++++++++++++++++++ index.json | 6 ++- kunstmaan.admin-bundle.5.10.json | 46 ++++++++++++++++ sulu.form-bundle.2.2.json | 54 +++++++++++++++++++ 5 files changed, 204 insertions(+), 2 deletions(-) create mode 100644 archived/kunstmaan.admin-bundle/378c040eaf0d10685b1756d9715ea29b3a590b01.json create mode 100644 archived/sulu.form-bundle/c796a47172945ba685c9d463407305ea1d4cc166.json create mode 100644 kunstmaan.admin-bundle.5.10.json create mode 100644 sulu.form-bundle.2.2.json diff --git a/archived/kunstmaan.admin-bundle/378c040eaf0d10685b1756d9715ea29b3a590b01.json b/archived/kunstmaan.admin-bundle/378c040eaf0d10685b1756d9715ea29b3a590b01.json new file mode 100644 index 00000000..f7515490 --- /dev/null +++ b/archived/kunstmaan.admin-bundle/378c040eaf0d10685b1756d9715ea29b3a590b01.json @@ -0,0 +1,46 @@ +{ + "manifests": { + "kunstmaan/admin-bundle": { + "manifest": { + "bundles": { + "Kunstmaan\\AdminBundle\\KunstmaanAdminBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/kunstmaan_admin.yaml": { + "contents": [ + "kunstmaan_admin:", + " multi_language: true", + " required_locales: nl|fr|en", + " default_locale: en", + " admin_locales: ['en']", + " website_title: 'MyProject' #Rename this to your website name", + " exception_logging: false", + " authentication:", + " enable_new_authentication: true", + "" + ], + "executable": false + }, + "config/routes/kunstmaan_admin.yaml": { + "contents": [ + "KunstmaanAdminBundle:", + " resource: \"@KunstmaanAdminBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false + } + }, + "ref": "378c040eaf0d10685b1756d9715ea29b3a590b01" + } + } +} diff --git a/archived/sulu.form-bundle/c796a47172945ba685c9d463407305ea1d4cc166.json b/archived/sulu.form-bundle/c796a47172945ba685c9d463407305ea1d4cc166.json new file mode 100644 index 00000000..6c3c7e5b --- /dev/null +++ b/archived/sulu.form-bundle/c796a47172945ba685c9d463407305ea1d4cc166.json @@ -0,0 +1,54 @@ +{ + "manifests": { + "sulu/form-bundle": { + "manifest": { + "bundles": { + "Sulu\\Bundle\\FormBundle\\SuluFormBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * The SuluFormBundle is almost ready:", + " 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.", + " 2. If the statements look fine to you, run the same command using --force to execute them.", + " 3. Make sure your user has all the necessary permissions for the SuluFormBundle.", + "", + " * Read the documentation at https://github.com/sulu/SuluFormBundle/blob/2.x/Resources/doc/index.md" + ] + }, + "files": { + "config/packages/sulu_form.yaml": { + "contents": [ + "sulu_form:", + " mail:", + " from: \"%env(SULU_ADMIN_EMAIL)%\"", + " to: \"%env(SULU_ADMIN_EMAIL)%\"", + " sender: \"%env(SULU_ADMIN_EMAIL)%\"", + " media:", + " protected: true", + "", + "framework:", + " esi: true", + " fragments: true", + "" + ], + "executable": false + }, + "config/routes/sulu_form_admin.yaml": { + "contents": [ + "sulu_form_api:", + " resource: \"@SuluFormBundle/Resources/config/routing_api.yml\"", + " type: rest", + " prefix: /admin/api", + "" + ], + "executable": false + } + }, + "ref": "c796a47172945ba685c9d463407305ea1d4cc166" + } + } +} diff --git a/index.json b/index.json index 59ca0e98..d28986ad 100644 --- a/index.json +++ b/index.json @@ -712,7 +712,8 @@ ], "kunstmaan/admin-bundle": [ "5.2", - "5.9" + "5.9", + "5.10" ], "kunstmaan/adminlist-bundle": [ "5.2" @@ -1379,7 +1380,8 @@ "2.0" ], "sulu/form-bundle": [ - "2.0" + "2.0", + "2.2" ], "sulu/headless-bundle": [ "0.1" diff --git a/kunstmaan.admin-bundle.5.10.json b/kunstmaan.admin-bundle.5.10.json new file mode 100644 index 00000000..f7515490 --- /dev/null +++ b/kunstmaan.admin-bundle.5.10.json @@ -0,0 +1,46 @@ +{ + "manifests": { + "kunstmaan/admin-bundle": { + "manifest": { + "bundles": { + "Kunstmaan\\AdminBundle\\KunstmaanAdminBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/kunstmaan_admin.yaml": { + "contents": [ + "kunstmaan_admin:", + " multi_language: true", + " required_locales: nl|fr|en", + " default_locale: en", + " admin_locales: ['en']", + " website_title: 'MyProject' #Rename this to your website name", + " exception_logging: false", + " authentication:", + " enable_new_authentication: true", + "" + ], + "executable": false + }, + "config/routes/kunstmaan_admin.yaml": { + "contents": [ + "KunstmaanAdminBundle:", + " resource: \"@KunstmaanAdminBundle/Resources/config/routing.yml\"", + " # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements", + " prefix: /{_locale}/", + " requirements:", + " _locale: \"%kunstmaan_admin.required_locales%\"", + "" + ], + "executable": false + } + }, + "ref": "378c040eaf0d10685b1756d9715ea29b3a590b01" + } + } +} diff --git a/sulu.form-bundle.2.2.json b/sulu.form-bundle.2.2.json new file mode 100644 index 00000000..6c3c7e5b --- /dev/null +++ b/sulu.form-bundle.2.2.json @@ -0,0 +1,54 @@ +{ + "manifests": { + "sulu/form-bundle": { + "manifest": { + "bundles": { + "Sulu\\Bundle\\FormBundle\\SuluFormBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * The SuluFormBundle is almost ready:", + " 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.", + " 2. If the statements look fine to you, run the same command using --force to execute them.", + " 3. Make sure your user has all the necessary permissions for the SuluFormBundle.", + "", + " * Read the documentation at https://github.com/sulu/SuluFormBundle/blob/2.x/Resources/doc/index.md" + ] + }, + "files": { + "config/packages/sulu_form.yaml": { + "contents": [ + "sulu_form:", + " mail:", + " from: \"%env(SULU_ADMIN_EMAIL)%\"", + " to: \"%env(SULU_ADMIN_EMAIL)%\"", + " sender: \"%env(SULU_ADMIN_EMAIL)%\"", + " media:", + " protected: true", + "", + "framework:", + " esi: true", + " fragments: true", + "" + ], + "executable": false + }, + "config/routes/sulu_form_admin.yaml": { + "contents": [ + "sulu_form_api:", + " resource: \"@SuluFormBundle/Resources/config/routing_api.yml\"", + " type: rest", + " prefix: /admin/api", + "" + ], + "executable": false + } + }, + "ref": "c796a47172945ba685c9d463407305ea1d4cc166" + } + } +}