You are here

entity_share_cron.schema.yml in Entity Share Cron 8

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. cron_last_run:
  8. type: integer
  9. label: 'Last execution'
  10. remotes:
  11. type: sequence
  12. label: 'Remotes'
  13. sequence:
  14. type: entity_share_cron.remote
  15. label: 'Remote'
  16. entity_share_cron.remote:
  17. type: mapping
  18. label: 'Remote'
  19. mapping:
  20. enabled:
  21. type: boolean
  22. label: 'Enabled'
  23. channels:
  24. type: sequence
  25. label: 'Channels'
  26. sequence:
  27. type: entity_share_cron.channel
  28. label: 'Channel'
  29. entity_share_cron.channel:
  30. type: mapping
  31. label: 'Channel'
  32. mapping:
  33. enabled:
  34. type: boolean
  35. label: 'Enabled'
  36. url:
  37. type: string
  38. label: 'URL'
  39. url_uuid:
  40. type: string
  41. label: 'URL UUID'
  42. operations:
  43. type: mapping
  44. label: 'Operations'
  45. mapping:
  46. create:
  47. type: boolean
  48. label: 'Create'
  49. update:
  50. type: boolean
  51. label: 'Update'