Add a minimum height to the Carousel due to further rendering problems. Fixes bug #11457.
This commit is contained in:
parent
5ced1c3bcf
commit
e66be2a5b3
5 changed files with 37 additions and 0 deletions
|
|
@ -53,6 +53,13 @@ sub definition {
|
|||
hoverHelp => $i18n->get('carousel slideWidth description'),
|
||||
label => $i18n->get('carousel slideWidth label'),
|
||||
},
|
||||
slideHeight =>{
|
||||
fieldType => "integer",
|
||||
defaultValue => 0,
|
||||
tab => "display",
|
||||
hoverHelp => $i18n->get('carousel slideHeight description'),
|
||||
label => $i18n->get('carousel slideHeight label'),
|
||||
},
|
||||
items =>{
|
||||
noFormPost =>1,
|
||||
fieldType =>'text',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue