From 1bcd056f69065a97d41e0b417d5d26407d1930ad Mon Sep 17 00:00:00 2001 From: sushantpaste Date: Thu, 14 Nov 2013 19:17:01 +0530 Subject: [PATCH] link module config --- core/modules/link/config/schema/link.schema.yml | 32 +++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 core/modules/link/config/schema/link.schema.yml diff --git a/core/modules/link/config/schema/link.schema.yml b/core/modules/link/config/schema/link.schema.yml new file mode 100644 index 0000000..6f453ab --- /dev/null +++ b/core/modules/link/config/schema/link.schema.yml @@ -0,0 +1,32 @@ +# Schema for configuration files of the link module. +field.link.settings: + type: sequence + label: 'Link settings' + sequence: + type: link + label: 'setting' + +field.link.instance_settings: + type: mapping + label: 'Link' + mapping: + url: + type: uri + label: 'URL' + title: + type: string + label: 'title' + attributes: + type: map + label: 'attributes' + +field.link.value: + type: sequence + label: 'Default value' + sequence: + type: mapping + label: 'Default value' + mapping: + value: + type: link + label: 'Value' \ No newline at end of file -- 1.7.9.5