renderbox for private comments (not working yet)

This commit is contained in:
2022-04-27 11:50:53 +02:00
parent 27ce146aa0
commit b2003c74a6
2 changed files with 76 additions and 0 deletions

View File

@@ -41,6 +41,10 @@ services:
tags:
- { name: 'chill.render_entity' }
Chill\MainBundle\Templating\Entity\PrivateCommentRender:
tags:
- { name: 'chill.render_entity' }
Chill\MainBundle\Templating\ChillMarkdownRenderExtension:
tags:
- { name: twig.extension }