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

Show
Ignore:
Timestamp:
07/23/10 16:12:09 (22 months ago)
Author:
johnnyoffline
Message:

settings.yml missing a parameter

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandboxes/asandbox/branches/features/cropping/apps/frontend/modules/a/templates/homeTemplate.php

    r1772 r1846  
    3333                'aRichText' => array('tool' => 'Main'),          
    3434                // Spike put a fixed aspect ratio in here to demonstrate cropping features 
    35                 'aSlideshow' => array("width" => 720, "height" => 360, 'resizeType' => 'c', "constraints" => array("minimum-width" => 720, "minimum-height" => 360, "aspect-width" => 2, "aspect-height" => 1)), 
     35                'aSlideshow' => array("width" => 720, "height" => 360, 'resizeType' => 'c', "constraints" => array("minimum-width" => 720, "minimum-height" => 360, "aspect-width" => 720, "aspect-height" => 360)), 
    3636                'aVideo' => array("width" => 720, "height" => 360, 'resizeType' => 'c'), 
    3737                'aImage' => array("width" => 720, "height" => 360, 'resizeType' => 'c'),