mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 00:55:01 +00:00
Change logic to allow as many comment vue apps to be charged on same page as needed
This commit is contained in:
@@ -84,8 +84,15 @@
|
||||
{# {{ form_row(form.comment) }}#}
|
||||
{#{% endif %}#}
|
||||
|
||||
<div id="comment-widget" data-comment-mode="{{ 'both' }}"></div>
|
||||
<div class="comment-container">
|
||||
<label class="col-form-label col-sm-4" for="comment-widget-1">{{ 'comment_public'|trans }}</label>
|
||||
<div id="comment-widget-1" data-comment-mode="rich"></div>
|
||||
</div>
|
||||
|
||||
<div class="comment-container">
|
||||
<label class="col-form-label col-sm-4" for="comment-widget-2">{{ 'comment_private'|trans }}</label>
|
||||
<div id="comment-widget-2" data-comment-mode="rich"></div>
|
||||
</div>
|
||||
{#{%- if form.privateComment is defined -%}#}
|
||||
{# {{ form_row(form.privateComment) }}#}
|
||||
{#{% endif %}#}
|
||||
|
Reference in New Issue
Block a user