From dfbf9d3e8acfb503ddf7785b35b0ab85f7c3351a Mon Sep 17 00:00:00 2001 From: Bhavika-keswani Date: Tue, 2 Jul 2019 17:09:44 +0530 Subject: Welcome changed to clubs --- .../install/field.storage.node.field_img.yml | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 modules/bhavika/clubs/config/install/field.storage.node.field_img.yml (limited to 'modules/bhavika/clubs/config/install/field.storage.node.field_img.yml') diff --git a/modules/bhavika/clubs/config/install/field.storage.node.field_img.yml b/modules/bhavika/clubs/config/install/field.storage.node.field_img.yml new file mode 100644 index 0000000..d63730f --- /dev/null +++ b/modules/bhavika/clubs/config/install/field.storage.node.field_img.yml @@ -0,0 +1,32 @@ +langcode: en +status: true +dependencies: + module: + - file + - image + - node + enforced: + module: + - clubs +id: node.field_img +field_name: field_img +entity_type: node +type: image +settings: + uri_scheme: public + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null + target_type: file + display_field: false + display_default: false +module: image +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false -- cgit