Skip to content

Commit

Permalink
[Symfony] disables form
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin committed Jan 11, 2021
1 parent 7edb4b4 commit 7d37057
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/main/core/Resources/config/suggested/framework_prod.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
framework:
secret: "%secret%"
secret: "%secret%"
router:
resource: .
type: dynamic
utf8: true
form: true
validation: { enable_annotations: true }
translator: { fallback: en }
form: false
validation:
enable_annotations: true
translator:
fallback: en
default_locale: "%locale%"
session:
handler_id: "claroline.session_handler.file" # Overridden by SessionConfigPass
cookie_httponly: true
cookie_secure: auto
cookie_samesite: lax
handler_id: "claroline.session_handler.file" # Overridden by SessionConfigPass
cookie_httponly: true
cookie_secure: auto
cookie_samesite: lax
cache: ~
php_errors:
log: true

0 comments on commit 7d37057

Please # to comment.