templates/content/index.html.twig line 1

Open in your IDE?
  1. {% extends 'layouts/layout.html.twig' %}
  2. {% block content %}
  3.     <div id="main-content" class="main-content">
  4.         {{ pimcore_areablock("content", {
  5.             allowed: [
  6.                 "grid-columns",
  7.                 "text-image",
  8.                 "wysiwyg",
  9.                 "headline",
  10.                 "stage-slider",
  11.                 "home-stage",
  12.                 "home-news",
  13.                 "renderlet",
  14.                 "snippet",
  15.                 "gallery",
  16.                 "image-and-items",
  17.                 "team-member",
  18.                 "team-member-grid",
  19.                 "slider",
  20.                 "weather",
  21.                 "formbuilder_form",
  22.                 "jobportal",
  23.                 "job-customer-slider",
  24.                 "branchenportal",
  25.                 "service-description-grid",
  26.                 "service-description-boxes",
  27.                 "action",
  28.                 "zfo-articles",
  29.                 "podcast-slider",
  30.                 "radiostatistik"
  31.             ],
  32.             group: {
  33.                 "Layout Components": ["grid-columns"],
  34.                 "Content Components": [
  35.                     "text-image",
  36.                     "wysiwyg",
  37.                     "headline",
  38.                     "stage-slider",
  39.                     "home-stage",
  40.                     "snippet",
  41.                     "gallery",
  42.                     "image-and-items",
  43.                     "slider"
  44.                 ],
  45.                 "Special Content": [
  46.                     "home-news",
  47.                     "renderlet",
  48.                     "branchenportal",
  49.                     "jobportal",
  50.                     "job-customer-slider",
  51.                     "team-member",
  52.                     "team-member-grid",
  53.                     "formbuilder_form",
  54.                     "service-description-grid",
  55.                     "service-description-boxes",
  56.                     "action",
  57.                     "weather",
  58.                     "zfo-articles",
  59.                     "podcast-slider",
  60.                     "radiostatistik"
  61.                 ]
  62.             }
  63.         }) }}
  64.     </div>
  65. {% endblock %}