Skip to content

Commit

Permalink
Merge pull request #34 from esmero/ISSUE-33
Browse files Browse the repository at this point in the history
ISSUE-33: Add missing schema
  • Loading branch information
DiegoPino committed Feb 25, 2020
2 parents 7885a2c + b72d17a commit 89445ee
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions config/schema/webform_strawberryfield.schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
field.widget.settings.strawberryfield_webform_inline_widget:
type: config_object
label: 'Webform Inline Widget Schema'
mapping:
placeholder:
type: string
label: 'Placeholder'
webform_id:
type: string
label: 'Webform ID'
rows:
type: integer
label: 'Rows'
field.widget.settings.strawberryfield_webform_widget:
type: config_object
label: 'Webform Inline Widget Schema'
mapping:
placeholder:
type: string
label: 'Placeholder'
webform_id:
type: string
label: 'Webform ID'
rows:
type: integer
label: 'Rows'
field.widget.settings.webform_entity_reference_autocomplete:
type: field.widget.settings.entity_reference_autocomplete
label: 'Webform Entity Reference Autocomplete Schema'
mapping:
match_limit:
type: integer
label: 'Match Limit'
default_data:
type: boolean
label: 'Default Data'

0 comments on commit 89445ee

Please sign in to comment.