core.extension.schema.yml in Drupal 10
Same filename and directory in other branches
core/config/schema/core.extension.schema.yml
File
core/config/schema/core.extension.schema.ymlView source
- 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'
- profile:
- type: string
- label: 'Install profile'