Skip to content

Commit

Permalink
Field definitions ajusted (size)
Browse files Browse the repository at this point in the history
  • Loading branch information
conpassione committed Oct 15, 2024
1 parent b43a5f2 commit 18dcd09
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions ContentBlocks/RecordTypes/Kennel/EditorInterface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fields:
- identifier: k_name
type: Text
required: true
max: 30
size: 30
- identifier: k_status
type: Checkbox
renderType: checkboxToggle
Expand All @@ -36,8 +36,7 @@ fields:
- identifier: k_variety
type: Checkbox
renderType: checkboxToggle
cols: 1
rows: 3
cols: 3
default: 0
items:
- label: '---'
Expand All @@ -53,32 +52,32 @@ fields:
fields:
- identifier: k_first_name
type: Text
max: 20
size: 20
label: Vorname
- identifier: k_last_name
type: Text
max: 20
size: 20
label: Nachname
- type: Linebreak
- identifier: k_address
type: Textarea
label: Adresse
max: 30
size: 30
rows: 5
- type: Linebreak
- identifier: k_phone
type: Text
label: Phone
max: 20
size: 20
- identifier: k_mobile
type: Text
label: Handy
max: 20
size: 20
- type: Linebreak
- identifier: k_email
type: Text
label: E-Mail
max: 20
size: 20
- identifier: k_web
type: Text
label: Web
Expand Down

0 comments on commit 18dcd09

Please sign in to comment.