You are here

webform.block.schema.yml in Webform 6.x

Same filename and directory in other branches
  1. 8.5 config/schema/webform.block.schema.yml
config/schema/webform.block.schema.yml

File

config/schema/webform.block.schema.yml
View source
  1. block.settings.webform_block:
  2. type: block_settings
  3. label: 'Webforms block'
  4. mapping:
  5. webform_id:
  6. type: string
  7. label: Webform
  8. default_data:
  9. type: text
  10. label: 'Default webform submission data'
  11. webform_type: yaml
  12. redirect:
  13. type: boolean
  14. label: 'Redirect to the webform'
  15. block.settings.webform_submission_limit_block:
  16. type: block_settings
  17. label: 'Webform submission limits block'
  18. mapping:
  19. type:
  20. type: text
  21. label: Type
  22. source_entity:
  23. type: boolean
  24. label: 'Source entity'
  25. content:
  26. label: Content
  27. type: text
  28. progress_bar:
  29. type: boolean
  30. label: 'Progress bar'
  31. progress_bar_label:
  32. type: label
  33. label: 'Progress bar label'
  34. progress_bar_message:
  35. type: label
  36. label: 'Progress bar message'
  37. webform_id:
  38. type: string
  39. label: Webform
  40. entity_type:
  41. type: string
  42. label: 'Source entity type'
  43. entity_id:
  44. type: string
  45. label: 'Source entity id'