templates/includes/shared/text-and-links.html.twig line 1

Open in your IDE?
  1. {% use 'includes/editmode-layout.html.twig' %}
  2. {{ block('editmode_header') }}
  3.     {{ pimcore_area("text-and-links", {
  4.         'type' : "text-and-links-brick",
  5.         params: {
  6.             'text-and-links-brick': {
  7.                 'defaultBackgroundColor' : 'bg-blue-200',
  8.             },
  9.         },
  10.     }) }}
  11. {{ block('editmode_footer') }}