efelo
unread,Feb 3, 2012, 12:15:34 PM2/3/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to apostrophenow
I've got problems with setting, for example slideshow options like
interval or titlem in a StandardArea
include_component('a', 'standardArea', array('name' => 'body',
'type_options' => array(
'aSlideshow' => array(
'constraints' => array('minimum-width' => 200),
'arrows' => true,
'interval' => false,
'random' => false,
'title' => false,
)
)))
What did i do wrong?