Changeset 1117 for plugins/apostropheBlogPlugin/trunk/modules/aEvent/templates/_singleColumnTemplate.php
- Timestamp:
- 04/30/10 18:00:13 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aEvent/templates/_singleColumnTemplate.php
r880 r1117 1 <?php a_area('b ody', array(1 <?php a_area('blog-body', array( 2 2 'editable' => false, 'toolbar' => 'basic', 'slug' => 'aBlog-'.$a_event['id'], 3 'allowed_types' => array('aRichText', 'a Image', 'aButton', 'aSlideshow', 'aVideo'),3 'allowed_types' => array('aRichText', 'aSlideshow', 'aVideo', 'aPDF'), 4 4 'type_options' => array( 5 5 'aRichText' => array('tool' => 'Main'), 6 'aImage' => array('width' => 700, 'flexHeight' => true, 'resizeType' => 's'), 7 'aButton' => array('width' => 700, 'flexHeight' => true, 'resizeType' => 's'), 8 'aSlideshow' => array("width" => 700, "flexHeight" => true, 'resizeType' => 's', ) 9 )) 10 ) ?> 6 'aSlideshow' => array("width" => 680, "flexHeight" => true, 'resizeType' => 's', 'constraints' => array('minimum-width' => 680)), 7 'aVideo' => array('width' => 680), 8 'aPDF' => array('width' => 680, 'flexHeight' => true, 'resizeType' => 's'), 9 ))) ?>

