No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

14 líneas
562B

  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: true