This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/core/config/schema/core.extension.schema.yml

20 lines
394 B
YAML
Raw Normal View History

core.extension:
type: config_object
label: 'Extension settings'
mapping:
module:
type: sequence
label: 'Enabled modules'
sequence:
type: integer
label: 'Weight'
theme:
type: sequence
label: 'Installed themes'
sequence:
type: integer
label: 'Weight'
2017-04-13 14:53:35 +00:00
profile:
type: string
label: 'Install profile'