diff --git a/core/modules/telephone/config/schema/telephone.schema.yml b/core/modules/telephone/config/schema/telephone.schema.yml new file mode 100644 index 0000000..0bb2d50 --- /dev/null +++ b/core/modules/telephone/config/schema/telephone.schema.yml @@ -0,0 +1,18 @@ +# Schema for the configuration files of the Telephone module. + +field.telephone.settings: + type: sequence + label: 'Telephone number settings' + sequence: + - type: string + +field.telephone.value: + type: sequence + label: 'Default value' + sequence: + - type: mapping + label: 'Default' + mapping: + value: + type: string + label: 'Value'