File: role_form.yml

package info (click to toggle)
libmojomojo-perl 1.05%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,524 kB
  • sloc: perl: 14,699; sh: 145; xml: 120; makefile: 8; ruby: 6
file content (21 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
load_config_file: __path_to(root/forms/defaults.yml)__
id: role_form

elements:
  - type: Text
    name: name
    label_loc: Role Name
    constraints:
      - Required
  - type: Checkbox
    name: active
    label_loc: "Active?"
  - type: Repeatable
    increment_field_names: 0
    elements:
      - type: Text
      - name: role_members
  - type: Submit
    name: submit
    value_loc: Save