core.extension.schema.yml

Same filename in other branches
  1. 8.9.x core/config/schema/core.extension.schema.yml
  2. 10 core/config/schema/core.extension.schema.yml
  3. 11.x core/config/schema/core.extension.schema.yml
core/config/schema/core.extension.schema.yml

File

core/config/schema/core.extension.schema.yml

View source
  1. core.extension:
  2. type: config_object
  3. label: 'Extension settings'
  4. mapping:
  5. module:
  6. type: sequence
  7. label: 'Enabled modules'
  8. sequence:
  9. type: integer
  10. label: 'Weight'
  11. theme:
  12. type: sequence
  13. label: 'Installed themes'
  14. sequence:
  15. type: integer
  16. label: 'Weight'
  17. profile:
  18. type: string
  19. label: 'Install profile'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.