aggregator.schema.yml in Zircon Profile 8.0
Same filename and directory in other branches
core/modules/aggregator/config/schema/aggregator.schema.yml
File
core/modules/aggregator/config/schema/aggregator.schema.ymlView source
- # Schema for the configuration files of the aggregator module.
-
- aggregator.settings:
- type: config_object
- label: 'Aggregator settings'
- mapping:
- fetcher:
- type: string
- label: 'Fetcher'
- parser:
- type: string
- label: 'Parser'
- processors:
- type: sequence
- label: 'Processors'
- sequence:
- type: string
- label: 'Processor'
- items:
- type: mapping
- label: 'Items'
- mapping:
- allowed_html:
- type: string
- label: 'Allowed HTML tags'
- teaser_length:
- type: integer
- label: 'Length of trimmed description'
- expire:
- type: integer
- label: 'Discard items older than'
- source:
- type: mapping
- label: 'Source'
- mapping:
- list_max:
- type: integer
- label: 'Number of items shown in listing pages'
-
- block.settings.aggregator_feed_block:
- type: block_settings
- label: 'Aggregator feed block'
- mapping:
- block_count:
- type: integer
- label: 'Block count'
- feed:
- type: string
- label: 'Feed'
-
- field.formatter.settings.aggregator_title:
- type: mapping
- label: 'Formatter settings'
- mapping:
- display_as_link:
- type: boolean
- label: 'Display as link'