core.extension.schema.yml

Same filename and directory in other branches
  1. 10 core/config/schema/core.extension.schema.yml
  2. 11.x core/config/schema/core.extension.schema.yml
  3. 9 core/config/schema/core.extension.schema.yml
  4. 8.9.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. constraints:
  5. FullyValidatable: ~
  6. mapping:
  7. module:
  8. type: sequence
  9. label: 'Enabled modules'
  10. constraints:
  11. ValidSequenceKeys:
  12. constraints:
  13. NotBlank: []
  14. ExtensionName: []
  15. ExtensionAvailable:
  16. type: module
  17. sequence:
  18. type: weight
  19. label: 'Weight'
  20. theme:
  21. type: sequence
  22. label: 'Installed themes'
  23. constraints:
  24. ValidSequenceKeys:
  25. constraints:
  26. NotBlank: []
  27. ExtensionName: []
  28. ExtensionAvailable:
  29. type: theme
  30. sequence:
  31. type: weight
  32. label: 'Weight'
  33. profile:
  34. type: string
  35. # Before Drupal is installed the profile is NULL. This allows all install
  36. # profiles to be discovered by the installer.
  37. nullable: true
  38. # After Drupal is installed, if the install profile is uninstalled the key
  39. # will be removed.
  40. requiredKey: false
  41. label: 'Install profile'
  42. constraints:
  43. NotBlank:
  44. allowNull: true
  45. ExtensionName: []
  46. ExtensionAvailable:
  47. type: profile

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