Skip to content

Commit

Permalink
Issue-71b: Add schema for strawberryfield_field itself! (#73)
Browse files Browse the repository at this point in the history
* Add schema for default value of strawberryfield_field

* Remove Descriptive Metadata labels
  • Loading branch information
marlo-longley authored Feb 24, 2020
1 parent 21d900c commit 1d3a3dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/schema/strawberryfield.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,10 @@ field.widget.settings.strawberry_textarea:
rows:
type: string
label: 'Rows'
field.value.strawberryfield_field:
type: mapping
label: 'Strawberryfield Value'
mapping:
value:
type: string
label: 'Strawberryfield Metadata'

0 comments on commit 1d3a3dd

Please sign in to comment.