From b01be3a465a7c8fe26dbf5783f6e724fb2f3df2f Mon Sep 17 00:00:00 2001 From: Bhavika-keswani Date: Wed, 3 Jul 2019 12:50:05 +0530 Subject: Required Changes made. --- .../config/install/field.storage.node.body.yml | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 modules/bhavika/company/config/install/field.storage.node.body.yml (limited to 'modules/bhavika/company/config/install/field.storage.node.body.yml') diff --git a/modules/bhavika/company/config/install/field.storage.node.body.yml b/modules/bhavika/company/config/install/field.storage.node.body.yml deleted file mode 100644 index e9f95b6..0000000 --- a/modules/bhavika/company/config/install/field.storage.node.body.yml +++ /dev/null @@ -1,25 +0,0 @@ -langcode: en -status: true -dependencies: - module: - # - field_permissions - - node - - text - enforced: - module: - - company -# third_party_settings: -# field_permissions: -# permission_type: public -id: node.body -field_name: body -entity_type: node -type: text_with_summary -settings: { } -module: text -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: true -custom_storage: false -- cgit