Skip to content

Commit af65828

Browse files
author
Jo Hasenau
committed
[BUGFIX] Added missing gridelements_pi1 to allowed carousel children
Otherwise the default slider on the home page may not contain the rows used in the example
1 parent db65c9a commit af65828

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
tx_gridelements.setup.carousel {
2+
title = LLL:EXT:themes_gridelements/Resources/Private/Language/Elements.xlf:carousel
3+
description = LLL:EXT:themes_gridelements/Resources/Private/Language/Elements.xlf:carousel_description
4+
icon = ../typo3conf/ext/themes_gridelements/Resources/Public/Icons/GridElements/new_content_el_Carousel.gif
5+
config {
6+
colCount = 1
7+
rowCount = 1
8+
rows {
9+
1 {
10+
columns {
11+
1 {
12+
name = LLL:EXT:themes_gridelements/Resources/Private/Language/Elements.xlf:carousel_content
13+
colPos = 0
14+
allowed = textpic,gridelements_pi1
15+
}
16+
}
17+
}
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)