Mercurial > hg > isophonics-drupal-site
annotate core/modules/layout_builder/layout_builder.info.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
rev | line source |
---|---|
Chris@14 | 1 name: 'Layout Builder' |
Chris@14 | 2 type: module |
Chris@18 | 3 description: 'Allows users to add and arrange blocks and content fields directly on the content.' |
Chris@18 | 4 package: Core |
Chris@14 | 5 version: VERSION |
Chris@14 | 6 core: 8.x |
Chris@14 | 7 dependencies: |
Chris@17 | 8 - drupal:layout_discovery |
Chris@17 | 9 - drupal:contextual |
Chris@14 | 10 # @todo Discuss removing in https://www.drupal.org/project/drupal/issues/2935999. |
Chris@17 | 11 - drupal:field_ui |
Chris@17 | 12 # @todo Discuss removing in https://www.drupal.org/project/drupal/issues/3003610. |
Chris@17 | 13 - drupal:block |