You are here

phone_international.schema.yml in International Phone 3.x

config/schema/phone_international.schema.yml

File

config/schema/phone_international.schema.yml
View source
  1. phone_international:
  2. type: mapping
  3. label: 'Phone International'
  4. mapping:
  5. geolocation:
  6. type: boolean
  7. label: 'Geolocation'
  8. initial_country:
  9. type: string
  10. label: 'Initial Country'
  11. exclude_countries:
  12. type: sequence
  13. label: 'Exclude Countries'
  14. preferred_countries:
  15. type: sequence
  16. label: 'Preferred Countries'
  17. field.formatter.settings.phone_international_formatter:
  18. type: mapping
  19. label: 'Telephone format settings'
  20. mapping:
  21. geolocation:
  22. type: boolean
  23. label: 'Geolocation'
  24. initial_country:
  25. type: string
  26. label: 'Initial Country'
  27. exclude_countries:
  28. type: sequence
  29. label: 'Exclude Countries'
  30. preferred_countries:
  31. type: sequence
  32. label: 'Preferred Countries'
  33. field.widget.settings.phone_international_widget:
  34. type: mapping
  35. label: 'Telephone default format settings'
  36. mapping:
  37. geolocation:
  38. type: boolean
  39. label: 'Geolocation'
  40. initial_country:
  41. type: string
  42. label: 'Initial Country'
  43. exclude_countries:
  44. type: sequence
  45. label: 'Exclude Countries'
  46. preferred_countries:
  47. type: sequence
  48. label: 'Preferred Countries'
  49. field.value.phone_international:
  50. type: mapping
  51. label: 'Telephone default format settings'
  52. mapping:
  53. value:
  54. type: string
  55. label: 'Value'
  56. phone_international.settings:
  57. type: config_object
  58. label: 'Module phone international settings'
  59. mapping:
  60. cdn:
  61. type: boolean
  62. label: 'Boolean indicating phone international to use CDN'