Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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. Range:
  12. min: 0
  13. cron_interval:
  14. type: integer
  15. label: 'Cron interval for fetching announcements in seconds.'
  16. constraints:
  17. Range:
  18. min: 0
  19. limit:
  20. type: integer
  21. label: 'Number of announcements that will be displayed.'
  22. constraints:
  23. Range:
  24. min: 0
RSS feed
Powered by Drupal