<div class="form-group d-flex flex-wrap">
    <div class="m-comment js-comment -border pt-4 pb-3 px-4 -addField d-flex flex-column position-relative w-100">

        <span class="mb-2">

            <div class="d-flex flex-wrap">
                <label class="flex-grow-1"></label>
                <textarea name="textArea" class="form-control" rows="4" placeholder="Voeg een opmerking toe..."></textarea>

            </div>

        </span>

        <div class="d-flex justify-content-end w-100 mt-3">

            <button type="button" class="btn btn-sm btn-outline-dark -iconRight">

                Plaatsen

            </button>

        </div>

    </div>
</div>
<div class="form-group d-flex flex-wrap">
    {% render '@comment', {circles:circles, add_field:add_field, buttons:buttons, readonly:readonly, text:text, placeholder: placeholder, border:border, paragraph:paragraph, button_text:button_text}, true %}
</div>
{
  "label": "",
  "circles": false,
  "add_field": true,
  "buttons": false,
  "readonly": false,
  "text": "Voeg een opmerking toe...",
  "placeholder": true,
  "border": true,
  "button_text": ""
}
  • Handle: @comment-group--add-comment
  • Preview:
  • Filesystem Path: templates/fractal/molecules/comment-group/comment-group.njk
  • References (1): @comment

No notes defined.