custom/plugins/ArboroNeocomIntegration/src/Resources/views/ArboroNeocomIntegration/component/inline-element.html.twig line 1

Open in your IDE?
  1. {#
  2. # Company:      arboro GmbH
  3. # Created by:   Daniel Geike
  4. # Created on:   25.04.22
  5. # Description:
  6. #}
  7. {% block arboro_neocom_integration_component_inline_element %}
  8.     {% set integrationID = data.text_integration_id %}
  9.     {% if integrationID %}
  10.         <div data-neocom-id="{{ integrationID }}"></div>
  11.     {% endif %}
  12. {% endblock %}