Mercurial > hg > cmmr2012-drupal-site
annotate core/modules/node/config/install/field.storage.node.body.yml @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
rev | line source |
---|---|
Chris@0 | 1 langcode: en |
Chris@0 | 2 status: true |
Chris@0 | 3 dependencies: |
Chris@0 | 4 module: |
Chris@0 | 5 - node |
Chris@0 | 6 - text |
Chris@0 | 7 id: node.body |
Chris@0 | 8 field_name: body |
Chris@0 | 9 entity_type: node |
Chris@0 | 10 type: text_with_summary |
Chris@0 | 11 settings: { } |
Chris@0 | 12 module: text |
Chris@0 | 13 locked: false |
Chris@0 | 14 cardinality: 1 |
Chris@0 | 15 translatable: true |
Chris@0 | 16 indexes: { } |
Chris@0 | 17 persist_with_no_fields: true |
Chris@0 | 18 custom_storage: false |