Advertisement
Eddz

Untitled

Aug 30th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.50 KB | None | 0 0
  1. // Landing Image
  2.                 array(
  3.                     'spec' => array(
  4.                         'name' => 'landing_bg',
  5.                         'type' => 'Zend\Form\Element\File',
  6.                         'validators' => 'Fcm\Form\FileUpload',
  7.                         'attributes' => array(
  8.                         ),
  9.                         'options' => array(
  10.                             'label' => 'Landing page background',
  11.                         ),
  12.                     ),
  13.                 ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement