Files
symfony-flex-recipes-contrib/sulu.form-bundle.2.0.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

52 lines
2.3 KiB
JSON

{
"locks": {
"sulu/form-bundle": {
"version": "2.0",
"recipe": {
"repo": "2.0",
"branch": "master",
"version": "2.0",
"ref": "0cbf25fdd636b8f4d42e39532e1bc1030679f4f8"
}
}
},
"manifests": {
"sulu/form-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "sulu/form-bundle",
"version": "2.0",
"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/routes/sulu_form_admin.yaml": {
"contents": "sulu_form_api:\n resource: \"@SuluFormBundle/Resources/config/routing_api.yml\"\n type: rest\n prefix: /admin/api\n",
"executable": false,
"encoding": ""
},
"config/packages/sulu_form.yaml": {
"contents": "sulu_form:\n mail:\n from: \"%env(SULU_ADMIN_EMAIL)%\"\n to: \"%env(SULU_ADMIN_EMAIL)%\"\n sender: \"%env(SULU_ADMIN_EMAIL)%\"\n\nframework:\n esi: true\n fragments: true\n",
"executable": false,
"encoding": ""
}
},
"origin": "sulu/form-bundle:2.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}