aggregator.schema.yml

drupal/core/modules/aggregator/config/schema/aggregator.schema.yml

File

drupal/core/modules/aggregator/config/schema/aggregator.schema.yml
View source
  1. # Schema for the configuration files of the aggregator module.
  2. aggregator.settings:
  3. type: mapping
  4. label: 'Aggregator settings'
  5. mapping:
  6. fetcher:
  7. type: string
  8. label: 'Fetcher'
  9. parser:
  10. type: string
  11. label: 'Parser'
  12. processors:
  13. type: sequence
  14. label: 'Processors'
  15. sequence:
  16. - type: string
  17. label: 'Processor'
  18. items:
  19. type: mapping
  20. label: 'Items'
  21. mapping:
  22. allowed_html:
  23. type: string
  24. label: 'Allowed HTML tags'
  25. teaser_length:
  26. type: integer
  27. label: 'Length of trimmed description'
  28. expire:
  29. type: integer
  30. label: 'Discard items older than'
  31. source:
  32. type: mapping
  33. label: 'Source'
  34. mapping:
  35. list_max:
  36. type: integer
  37. label: 'Number of items shown in listing pages'
  38. category_selector:
  39. type: string
  40. label: 'Select categories using'