add 12079 Carousel auto play
This commit is contained in:
parent
cd425b9426
commit
1f0e527099
5 changed files with 52 additions and 1 deletions
|
|
@ -65,6 +65,21 @@ sub definition {
|
|||
fieldType =>'text',
|
||||
autoGenerate =>0,
|
||||
},
|
||||
autoPlay => {
|
||||
fieldType => 'yesNo',
|
||||
defaultValue => 0,
|
||||
tab => "properties",
|
||||
hoverHelp => $i18n->get('carousel autoPlay description'),
|
||||
label => $i18n->get('carousel autoPlay label'),
|
||||
},
|
||||
autoPlayInterval => {
|
||||
fieldType => 'Integer',
|
||||
defaultValue => 4,
|
||||
tab => 'properties',
|
||||
hoverHelp => $i18n->get('carousel autoPlayInterval description'),
|
||||
label => $i18n->get('carousel autoPlayInterval label'),
|
||||
},
|
||||
|
||||
);
|
||||
push(@{$definition}, {
|
||||
assetName=>$i18n->get('assetName'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue