Mercurial > hg > isophonics-drupal-site
annotate core/config/schema/core.extension.schema.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 core.extension: |
Chris@0 | 2 type: config_object |
Chris@0 | 3 label: 'Extension settings' |
Chris@0 | 4 mapping: |
Chris@0 | 5 module: |
Chris@0 | 6 type: sequence |
Chris@0 | 7 label: 'Enabled modules' |
Chris@0 | 8 sequence: |
Chris@0 | 9 type: integer |
Chris@0 | 10 label: 'Weight' |
Chris@0 | 11 theme: |
Chris@0 | 12 type: sequence |
Chris@0 | 13 label: 'Installed themes' |
Chris@0 | 14 sequence: |
Chris@0 | 15 type: integer |
Chris@0 | 16 label: 'Weight' |
Chris@0 | 17 profile: |
Chris@0 | 18 type: string |
Chris@0 | 19 label: 'Install profile' |