sitemap.schema.yml in Sitemap 2.0.x
Same filename and directory in other branches
config/schema/sitemap.schema.yml
File
config/schema/sitemap.schema.ymlView source
- # Schema for the configuration file of the Sitemap module.
- sitemap.settings:
- langcode: 'en'
- type: config_object
- label: 'Sitemap settings'
- mapping:
- page_title:
- type: string
- label: 'Page title'
- translatable: true
- message:
- type: mapping
- label: 'Message'
- mapping:
- format:
- type: string
- label: 'Sitemap message format'
- translatable: true
- value:
- type: string
- label: 'Sitemap message string'
- plugins:
- type: sequence
- label: 'Plugins'
- nullable: true
- sequence:
- type: sitemap.settings.plugins.[%key]
- plugin_settings__active_tab:
- type: string
- label: 'Plugin settings active tab'
- include_css:
- type: boolean
- label: 'Include css file flag'
- submit:
- type: string
- label: 'Save configuration'
- form_build_id:
- type: string
- label: 'Form build ID'
- form_token:
- type: string
- label: 'Form token'
- form_id:
- type: string
- label: 'sitemap_settings'
- op:
- type: string
- label: 'Save configuration'
- # Schema for sitemap plugins.
- sitemap.settings.plugins.*:
- type: mapping
- label: 'Sitemap plugin'
- mapping:
- enabled:
- type: boolean
- label: 'Enabled'
- weight:
- type: integer
- label: 'Weight'
- settings:
- type: mapping
- label: 'Settings'
- mapping:
- # Global plugin settings
- title:
- type: string
- label: 'Title'
- translatable: true
- # Book plugin settings
- show_expanded:
- type: boolean
- label: 'Show expanded'
- nullable: true
- # Menu plugin settings
- show_disabled:
- type: boolean
- label: 'Show disabled'
- nullable: true
- # Frontpage plugin settings
- rss:
- type: string
- label: "RSS"
- nullable: true
- # Vocabulary plugin settings
- show_description:
- type: boolean
- label: "Show description"
- nullable: true
- show_count:
- type: boolean
- label: 'Show count'
- nullable: true
- term_depth:
- type: integer
- label: 'Term depth'
- nullable: true
- term_count_threshold:
- type: integer
- label: 'Term count threshold'
- nullable: true
- customize_link:
- type: boolean
- label: 'Customize link'
- nullable: true
- term_link:
- type: string
- label: 'Term link'
- nullable: true
- always_link:
- type: boolean
- label: 'Always link'
- nullable: true
- enable_rss:
- type: boolean
- label: 'Enable RSS'
- nullable: true
- rss_link:
- type: string
- label: 'RSS link'
- nullable: true
- rss_depth:
- type: integer
- label: 'RSS depth'
- nullable: true
-