You are here

postal_code.schema.yml in Postal Code 8

config/schema/postal_code.schema.yml

File

config/schema/postal_code.schema.yml
View source
  1. # Schema for the configuration files of the Postal code module.
  2. postal_code.settings:
  3. type: config_object
  4. label: 'Postal code settings'
  5. mapping:
  6. validate:
  7. type: integer
  8. label: 'Postal code validate'
  9. valid_countries:
  10. type: sequence
  11. label: 'Postal code valid countries'
  12. sequence:
  13. type: string
  14. label: 'Country code'