announcements_feed.schema.yml

Same filename and directory in other branches
  1. 11.x core/modules/announcements_feed/config/schema/announcements_feed.schema.yml
  2. 10 core/modules/announcements_feed/config/schema/announcements_feed.schema.yml
core/modules/announcements_feed/config/schema/announcements_feed.schema.yml

File

core/modules/announcements_feed/config/schema/announcements_feed.schema.yml

View source
  1. announcements_feed.settings:
  2. type: config_object
  3. label: 'Announcements Settings'
  4. constraints:
  5. FullyValidatable: ~
  6. mapping:
  7. max_age:
  8. type: integer
  9. label: 'Cache announcements for max-age seconds.'
  10. constraints:
  11. PositiveOrZero: ~
  12. cron_interval:
  13. type: integer
  14. label: 'Cron interval for fetching announcements in seconds.'
  15. constraints:
  16. PositiveOrZero: ~
  17. limit:
  18. type: integer
  19. label: 'Number of announcements that will be displayed.'
  20. constraints:
  21. PositiveOrZero: ~

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.