File: index.yml

package info (click to toggle)
libhtml-formfu-perl 0.09007-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,184 kB
  • sloc: perl: 13,186; makefile: 9; sql: 5
file content (49 lines) | stat: -rw-r--r-- 1,045 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
auto_fieldset: 1

elements:
    - type: Select
      name: view_class
      label: 'Catalyst View Class'
      values:
        - 'View::TT'
        - 'View::TT::Alloy'
      constraints:
        - type: AutoSet
        - type: Required
        - type: SingleValue
    
    - type: Select
      name: render_method
      label: 'FormFu render_method'
      options:
        - [string, string]
        - [tt, tt]
      constraints:
        - type: AutoSet
        - type: Required
        - type: SingleValue
    
    - type: Select
      name: tt_module
      label: 'FormFu tt_module'
      values:
        - Template
        - Template::Alloy
      constraints:
        - type: AutoSet
        - type: Required
        - type: SingleValue
    
    - type: Select
      name: config_file_ext
      label: 'Config file type'
      options:
        - ['.yml',  'YAML']
        - ['.conf', 'Config::General']
      constraints:
        - type: AutoSet
        - type: Required
        - type: SingleValue
    
    - type: Submit
      name: submit