Skip to content

Commit

Permalink
added 'template' to formOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Benedetti committed Aug 3, 2022
1 parent 774daff commit 58d0fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schemas/data-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export interface DisabledOptions {
}

export interface FormOptions {
template?: LocalizedText
disabled?: boolean
hidden?: boolean
placeholder?: LocalizedText
Expand Down Expand Up @@ -117,6 +118,7 @@ export interface ExtendedJSONSchema7Definition extends Omit<JSONSchema7, 'type'

/** Specific configuration for the filters components. */
filtersOptions?: FiltersOptions

/** Mark this field as unique or as unique key */
unique?: boolean

Expand Down

0 comments on commit 58d0fc6

Please sign in to comment.