title:
  en: Add {{viewData.title}}
  gr: Προσθήκη {{viewData.title}}

authorization:
  - editor

scripts:
  - 'lib/string.min'

controller: AgPageAdd

form:
  name: 'formSubmit'
  onSubmit: 'submit()'
  fields:
   -
    title:
      en: "Title"
      gr: "Τίτλος"
    type: "text"
    name: title
    group: "input"
    validators:
      minlength: 2
      maxlength: 50
      required: true
   -
    title:
      en: "Path"
      gr: "Τοποθεσία"
    type: "text"
    name: path
    group: "input"
    validators:
      minlength: 2
      maxlength: 400
      required: true
