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..280aa95 --- /dev/null +++ b/core/modules/link/config/schema/link.schema.yml @@ -0,0 +1,40 @@ +# Schema for configuration files of the Number 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' + +field_widget.link_default.settings: + type: mapping + label: '' + mapping: + placeholder: + type: label + label: 'Placeholder' \ No newline at end of file