Mercurial > hg > isophonics-drupal-site
annotate core/modules/node/node.info.yml @ 3:e11175134f4e
Attempt to introduce editable version of theme
author | Chris Cannam |
---|---|
date | Tue, 05 Dec 2017 11:25:38 +0000 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
rev | line source |
---|---|
Chris@0 | 1 name: Node |
Chris@0 | 2 type: module |
Chris@0 | 3 description: 'Allows content to be submitted to the site and displayed on pages.' |
Chris@0 | 4 package: Core |
Chris@0 | 5 version: VERSION |
Chris@0 | 6 core: 8.x |
Chris@0 | 7 configure: entity.node_type.collection |
Chris@0 | 8 dependencies: |
Chris@0 | 9 - text |