File: constraints_from_dbic.yml

package info (click to toggle)
libhtml-formfu-perl 2.07000-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 4,392 kB
  • sloc: perl: 12,777; makefile: 9; sql: 5
file content (21 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
constraints_from_dbic:
  - MyApp::Schema::Person
  - { dongle: 'MyApp::Schema::Dongle' }
elements:
  - type: Fieldset
    elements:
      - name: title
      - name: name
      - name: age
      - name: dongle
      - name: is_human
      - name: income

      - type: Block
        nested_name: parent
        constraints_from_dbic: 'MyApp::Schema::Person'
        elements:
          - name: title
          - name: name
          - name: age