This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/modules/contrib/webform/config/schema/webform.block.schema.yml
2019-01-24 08:00:03 +00:00

45 lines
1,003 B
YAML

block.settings.webform_block:
type: block_settings
label: 'Webforms block'
mapping:
webform_id:
type: string
label: Webform
default_data:
type: text
label: 'Default webform submission data'
redirect:
type: boolean
label: 'Redirect to the webform'
block.settings.webform_submission_limit_block:
type: block_settings
label: 'Webform submission limits block'
mapping:
type:
type: text
label: Type
source_entity:
type: boolean
label: 'Source entity'
content:
label: Content
type: text
progress_bar:
type: boolean
label: 'Progress bar'
progress_bar_label:
type: label
label: 'Progress bar label'
progress_bar_message:
type: label
label: 'Progress bar message'
webform_id:
type: string
label: Webform
entity_type:
type: string
label: 'Source entity type'
entity_id:
type: string
label: 'Source entity id'