Skip to content

Commit

Permalink
Merge pull request #995
Browse files Browse the repository at this point in the history
  • Loading branch information
symfony-flex-server[bot] authored Sep 8, 2020
2 parents 3c68b65 + 2e1614c commit aa48383
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sulu/form-bundle/2.0/config/packages/sulu_form.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sulu_form:
mail:
from: "%env(SULU_ADMIN_EMAIL)%"
to: "%env(SULU_ADMIN_EMAIL)%"
sender: "%env(SULU_ADMIN_EMAIL)%"

framework:
esi: true
fragments: true
4 changes: 4 additions & 0 deletions sulu/form-bundle/2.0/config/routes/sulu_form_admin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sulu_form_api:
resource: "@SuluFormBundle/Resources/config/routing_api.yml"
type: rest
prefix: /admin/api
8 changes: 8 additions & 0 deletions sulu/form-bundle/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Sulu\\Bundle\\FormBundle\\SuluFormBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
10 changes: 10 additions & 0 deletions sulu/form-bundle/2.0/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>

* 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/master/Resources/doc/index.md</>

0 comments on commit aa48383

Please sign in to comment.