Add recipe for SuluFormBundle 2.2 (#1287)

This commit is contained in:
Alexander Schranz
2022-02-19 12:04:38 +01:00
committed by GitHub
parent 46596d87b5
commit 4cc1a08a01
4 changed files with 29 additions and 0 deletions
@@ -0,0 +1,11 @@
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
@@ -0,0 +1,4 @@
sulu_form_api:
resource: "@SuluFormBundle/Resources/config/routing_api.yml"
type: rest
prefix: /admin/api
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Sulu\\Bundle\\FormBundle\\SuluFormBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
+6
View File
@@ -0,0 +1,6 @@
* 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</>