mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
55 lines
2.3 KiB
JSON
55 lines
2.3 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|