core.extension.schema.yml

Same filename in other branches
  1. 9 core/config/schema/core.extension.schema.yml
  2. 8.9.x core/config/schema/core.extension.schema.yml
  3. 10 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. # Before Drupal is installed the profile is NULL. This allows all install
  20. # profiles to be discovered by the installer.
  21. nullable: true
  22. # After Drupal is installed, if the install profile is uninstalled the key
  23. # will be removed.
  24. requiredKey: false
  25. label: 'Install profile'

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