config_pages.schema.yml in Config Pages 8.3
Same filename and directory in other branches
config/schema/config_pages.schema.yml
File
config/schema/config_pages.schema.ymlView source
- # Schema for the configuration files of the Custom Block module.
-
- config_pages.type.*:
- type: config_entity
- label: 'Config page type settings'
- mapping:
- id:
- type: string
- label: 'ID'
- label:
- type: label
- label: 'Label'
- context:
- type: mapping
- label: 'Context'
- mapping:
- show_warning:
- type: boolean
- label: 'Show warning'
- group:
- type: sequence
- label: 'Context status'
- sequence:
- type: boolean
- fallback:
- type: mapping
- label: 'Fallback'
- mapping:
- language:
- type: string
- label: 'Language'
- menu:
- type: mapping
- label: 'Menu'
- mapping:
- path:
- type: string
- label: 'Path'
- weight:
- type: integer
- label: 'Weight'
- description:
- type: text
- label: 'Description'
-
- block.settings.config_pages_block:
- type: config_object
- label: 'ConfigPages Block settings'
- mapping:
- config_page_type:
- type: string
- label: 'ConfigPage type to show'
- config_page_view_mode:
- type: string
- label: 'view mode for ConfigPage to show'