File tree Expand file tree Collapse file tree 4 files changed +26
-0
lines changed
Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ sulu_form :
2+ # csrf_protection: true # requires additional changes see: https://github.com/sulu/SuluFormBundle/blob/3.0/Resources/doc/csrf.md
3+ mail :
4+ from : " %env(SULU_ADMIN_EMAIL)%"
5+ to : " %env(SULU_ADMIN_EMAIL)%"
6+ sender : " %env(SULU_ADMIN_EMAIL)%"
7+ media :
8+ protected : true
Original file line number Diff line number Diff line change 1+ sulu_form_api :
2+ resource : " @SuluFormBundle/Resources/config/routing_api.yaml"
3+ prefix : /admin/api
Original file line number Diff line number Diff line change 1+ {
2+ "bundles" : {
3+ "Sulu\\ Bundle\\ FormBundle\\ SuluFormBundle" : [" all" ]
4+ },
5+ "copy-from-recipe" : {
6+ "config/" : " %CONFIG_DIR%/"
7+ }
8+ }
Original file line number Diff line number Diff line change 1+ * The <fg=green>SuluFormBundle</> is almost ready:
2+ 1. Print the sql statements required to update your database schema by running <info>php bin/console doctrine:schema:update --dump-sql</>.
3+ 2. If the statements look fine to you, run the same command using <info>--force</> to execute them.
4+ 3. Make sure your user has all the necessary permissions for the <fg=green>SuluFormBundle</>.
5+ 4. Use <info>bin/console sulu:form:generate-form</info> to create a dummy form.
6+
7+ * <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluFormBundle/blob/3.0/Resources/doc/index.md</>
You can’t perform that action at this time.
0 commit comments