To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
04/30/10 18:00:13 (2 years ago)
Author:
johnnyoffline
Message:

moving more things over to events. this is getting hairy/\!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/modules/aEvent/templates/_singleColumnTemplate.php

    r880 r1117  
    1 <?php a_area('body', array( 
     1<?php a_area('blog-body', array( 
    22  'editable' => false, 'toolbar' => 'basic', 'slug' => 'aBlog-'.$a_event['id'], 
    3   'allowed_types' => array('aRichText', 'aImage', 'aButton', 'aSlideshow', 'aVideo'), 
     3  'allowed_types' => array('aRichText', 'aSlideshow', 'aVideo', 'aPDF'), 
    44  'type_options' => array( 
    55    '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))) ?>