Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

14 lines
563B

  1. # Read the documentation: https://symfony.com/doc/current/bundles/StofDoctrineExtensionsBundle/index.html
  2. # See the official DoctrineExtensions documentation for more details: https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc/
  3. stof_doctrine_extensions:
  4. default_locale: '%app.default_locale%'
  5. translation_fallback: true
  6. orm:
  7. default:
  8. tree: true
  9. timestampable: true # not needed: listeners are not enabled by default
  10. sluggable: true
  11. blameable: true
  12. translatable: false