You are here

webform_content_creator.yml in Webform Content Creator 3.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. field_title:
  18. type: string
  19. label: 'Title'
  20. use_encrypt:
  21. type: boolean
  22. label: 'Use encryption'
  23. encryption_profile:
  24. type: string
  25. label: 'Encryption profile'
  26. sync_content:
  27. type: boolean
  28. label: 'Synchronize content in edition'
  29. sync_content_delete:
  30. type: boolean
  31. label: 'Synchronize content in deletion'
  32. sync_content_node_field:
  33. type: string
  34. label: 'Synchronization field machine name'
  35. elements:
  36. type: sequence
  37. label: 'Element'
  38. sequence:
  39. type: mapping
  40. mapping:
  41. type:
  42. type: boolean
  43. label: 'Type'
  44. content_type:
  45. type: string
  46. label: 'Content type'
  47. webform_field:
  48. type: string
  49. label: 'Webform field'
  50. field_mapping:
  51. type: string
  52. label: 'Field mapping'
  53. custom_check:
  54. type: boolean
  55. label: 'Custom check'
  56. custom_value:
  57. type: string
  58. label: 'Custom value'