sonata_news.yml 949 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # more information can be found here http://sonata-project.org/bundles/news
  3. #
  4. sonata_news:
  5. title: %sonata_news.blog_title%
  6. link: %sonata_news.blog_link%
  7. description: %sonata_news.blog_description%
  8. salt: %sonata_news.salt%
  9. # permalink_generator: sonata.news.permalink.category # /party/new-year
  10. permalink_generator: sonata.news.permalink.date # /2011/12/31/new-year
  11. # comment options
  12. comment:
  13. notification:
  14. emails: %sonata_news.comment.emails%
  15. from: %sonata_news.comment.email_from%
  16. template: 'SonataNewsBundle:Mail:comment_notification.txt.twig'
  17. class:
  18. user: Chamilo\UserBundle\Entity\User
  19. # Enable Doctrine to map the provided entities
  20. doctrine:
  21. orm:
  22. entity_managers:
  23. default:
  24. mappings:
  25. ApplicationSonataNewsBundle: ~
  26. SonataNewsBundle: ~