Improve Embeddable Comment Render

* render embeddable comment into twig template;
* add some style
This commit is contained in:
2021-03-25 21:57:48 +01:00
parent 3ca5018e45
commit 66e590972a
7 changed files with 81 additions and 28 deletions

View File

@@ -34,6 +34,7 @@ services:
Chill\MainBundle\Templating\Entity\CommentRender:
arguments:
- '@chill.main.user_repository'
- '@Symfony\Component\Templating\EngineInterface'
tags:
- { name: 'chill.render_entity' }