src/Develey/TabascoBundle/Resources/views/Includes/content-default.html.twig line 1

Open in your IDE?
  1. {{ pimcore_areablock("content", {
  2.     "allowed": ["Breadcrumb", "MainStage", "MainStageCarousel", "StageSpecific", "StageFlat", "TeaserPanel", "TeaserSpecific", "TeaserProductStory", "NutritionalValuesIngredients", "TeaserInterstitial", "FitsPerfectly", "ScovilleScale", "TeaserShopProduct", "TeaserRecipe", "Instagram", "TextImage", "TextBackground", "Text3ColBackground", "TextQuote", "Wysiwyg2cols", "WysiwygTextarea", "VideoContainer", "ContentSlider", "GoogleMapsAddress", "ContactFormBrick", "Cleverreach", "TeaserTiles"],
  3.     "group": {
  4.         "Stage Variationen": ["MainStage", "MainStageCarousel", "StageSpecific", "StageFlat"],
  5.         "Teaser Elemente": ["TeaserPanel", "TeaserSpecific", "TeaserProductStory", "NutritionalValuesIngredients", "TeaserInterstitial", "FitsPerfectly", "ScovilleScale", "TeaserShopProduct", "TeaserRecipe", "Instagram"],
  6.         "Text / Bild Elemente": ["TextImage", "TextBackground", "Text3ColBackground", "TextQuote", "Wysiwyg2cols", "Wysiwyg2cols", "WysiwygTextarea"],
  7.         "Video Elemente": ["VideoContainer"],
  8.         "Slider": ["ContentSlider"],
  9.         "Sonstige Elemente": ["Breadcrumb", "GoogleMapsAddress", "ContactFormBrick", "Cleverreach", "TeaserTiles"]
  10.     }
  11. })
  12. }}