attributes:
    class: well 
elements:
    - type: File
      name: photo
      label: Image
      attributes: 
        class: span5
      validators:
        - type: '+Strehler::FormFu::Validator::FilenameTooLong'
          message: 'Filename is too long'
      constraints:
        - type: Required
          message: "Image required"
    - type: "+Strehler::FormFu::Element::Category"
    - type: "+Strehler::FormFu::Element::Tags"
    - type: "+Strehler::FormFu::Element::SubmitBlockMulti"
      actions:
        - submit-go
        - submit-continue