You are here

webform_content_creator.yml in Webform Content Creator 2.x

config/schema/webform_content_creator.yml

File

config/schema/webform_content_creator.yml
View source
  1. webform_content_creator.webform_content_creator.*:
  2. type: config_entity
  3. label: 'Webform Content Creator config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. title:
  9. type: string
  10. label: 'Title'
  11. webform:
  12. type: string
  13. label: 'Webform'
  14. content_type:
  15. type: string
  16. label: 'Content type'
  17. entity_type:
  18. type: string
  19. label: 'Entity type'
  20. bundle:
  21. type: string
  22. label: 'Bundle'
  23. field_title:
  24. type: string
  25. label: 'Title'
  26. use_encrypt:
  27. type: boolean
  28. label: 'Use encryption'
  29. encryption_profile:
  30. type: string
  31. label: 'Encryption profile'
  32. sync_content:
  33. type: boolean
  34. label: 'Synchronize content in edition'
  35. sync_content_delete:
  36. type: boolean
  37. label: 'Synchronize content in deletion'
  38. sync_content_field:
  39. type: string
  40. label: 'Synchronization field machine name'
  41. elements:
  42. type: sequence
  43. label: 'Element'
  44. sequence:
  45. type: mapping
  46. mapping:
  47. type:
  48. type: boolean
  49. label: 'Type'
  50. content_type:
  51. type: string
  52. label: 'Content type'
  53. webform_field:
  54. type: string
  55. label: 'Webform field'
  56. custom_check:
  57. type: boolean
  58. label: 'Custom check'
  59. custom_value:
  60. type: string
  61. label: 'Custom value'