Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions chart/crds/Form.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,21 @@ spec:
- tooltip
- inline
type: string
objectFields:
description: configuration for object fields in the form
items:
properties:
displayField:
description: the field to display in the objects list
type: string
path:
description: the path of the object field
type: string
required:
- displayField
- path
type: object
type: array
schema:
description: the schema of the form as an object
type: object
Expand Down