custom/plugins/MoorlForms/src/Resources/views/plugin/moorl-fb/component/wrapper/field-label.html.twig line 1

Open in your IDE?
  1. <label class="form-label{% if element.translated.tooltip %} d-block{% endif %}"
  2.        for="{{ elementId }}">
  3.     {{ element.translated.name }}
  4.     {% if element.required %}*{% endif %}
  5.     {% if element.translated.tooltip %}
  6.         <span class="form-tooltip"
  7.               data-toggle="tooltip"
  8.               data-placement="top"
  9.               title="{{ element.translated.tooltip }}">?</span>
  10.     {% endif %}
  11. </label>