The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
---
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