We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db65c9a commit af65828Copy full SHA for af65828
Configuration/Elements/PageTS/Carousel.pagets
@@ -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
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