add 12079 Carousel auto play

This commit is contained in:
Doug Bell 2011-03-24 18:19:35 -05:00
parent cd425b9426
commit 1f0e527099
5 changed files with 52 additions and 1 deletions

View file

@ -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'),