templates/includes/shared/product-cta.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-brick-1', {
  4.         'type':'text-and-links-brick',
  5.         'params':{
  6.             'text-and-links-brick': {
  7.                 style: 'normal',
  8.                 brickBackgroundColor : 'bg-gray-200',
  9.             }
  10.         }
  11.     }) }}
  12. {{ block('editmode_footer') }}