You are here

entity_share_cron.schema.yml in Entity Share Cron 8.2

config/schema/entity_share_cron.schema.yml

File

config/schema/entity_share_cron.schema.yml
View source
  1. entity_share_cron.settings:
  2. type: config_object
  3. mapping:
  4. cron_interval:
  5. type: integer
  6. label: 'Interval between executions'
  7. remotes:
  8. type: sequence
  9. label: 'Remotes'
  10. sequence:
  11. type: entity_share_cron.remote
  12. label: 'Remote'
  13. entity_share_cron.remote:
  14. type: mapping
  15. label: 'Remote'
  16. mapping:
  17. enabled:
  18. type: boolean
  19. label: 'Enabled'
  20. channels:
  21. type: sequence
  22. label: 'Channels'
  23. sequence:
  24. type: entity_share_cron.channel
  25. label: 'Channel'
  26. entity_share_cron.channel:
  27. type: mapping
  28. label: 'Channel'
  29. mapping:
  30. enabled:
  31. type: boolean
  32. label: 'Enabled'
  33. url:
  34. type: string
  35. label: 'URL'
  36. url_uuid:
  37. type: string
  38. label: 'URL UUID'
  39. operations:
  40. type: mapping
  41. label: 'Operations'
  42. mapping:
  43. create:
  44. type: boolean
  45. label: 'Create'
  46. update:
  47. type: boolean
  48. label: 'Update'