File: opt_accessor_nested.yml

package info (click to toggle)
libhtml-formfu-model-dbic-perl 2.03-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,148 kB
  • sloc: perl: 1,429; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
auto_fieldset:
  nested_name: foo

elements:
  - type: Hidden
    name: id

  - type: Text
    name: fullname
    model_config:
      accessor: fullname

  - type: Submit
    name: submit