You are here

webform.block.schema.yml in Webform 8.5

Same filename and directory in other branches
  1. 6.x 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. redirect:
  12. type: boolean
  13. label: 'Redirect to the webform'
  14. block.settings.webform_submission_limit_block:
  15. type: block_settings
  16. label: 'Webform submission limits block'
  17. mapping:
  18. type:
  19. type: text
  20. label: Type
  21. source_entity:
  22. type: boolean
  23. label: 'Source entity'
  24. content:
  25. label: Content
  26. type: text
  27. progress_bar:
  28. type: boolean
  29. label: 'Progress bar'
  30. progress_bar_label:
  31. type: label
  32. label: 'Progress bar label'
  33. progress_bar_message:
  34. type: label
  35. label: 'Progress bar message'
  36. webform_id:
  37. type: string
  38. label: Webform
  39. entity_type:
  40. type: string
  41. label: 'Source entity type'
  42. entity_id:
  43. type: string
  44. label: 'Source entity id'