Mercurial > hg > isophonics-drupal-site
annotate core/modules/node/node.info.yml @ 8:50b0d041100e
Further files for download
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 10:56:40 +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 |