mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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 <fg=green>SuluFormBundle</> is almost ready:",
|
||||
" 1. Print the sql statements required to update your database schema by running <info>php bin/console doctrine:schema:update --dump-sql</>.",
|
||||
" 2. If the statements look fine to you, run the same command using <info>--force</> to execute them.",
|
||||
" 3. Make sure your user has all the necessary permissions for the <fg=green>SuluFormBundle</>.",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>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"
|
||||
}
|
||||
}
|
||||
}
|
||||
+4
-2
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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 <fg=green>SuluFormBundle</> is almost ready:",
|
||||
" 1. Print the sql statements required to update your database schema by running <info>php bin/console doctrine:schema:update --dump-sql</>.",
|
||||
" 2. If the statements look fine to you, run the same command using <info>--force</> to execute them.",
|
||||
" 3. Make sure your user has all the necessary permissions for the <fg=green>SuluFormBundle</>.",
|
||||
"",
|
||||
" * <fg=blue>Read</> the documentation at <comment>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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user