telephone.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/telephone/config/schema/telephone.schema.yml
  2. 10 core/modules/telephone/config/schema/telephone.schema.yml
  3. 11.x core/modules/telephone/config/schema/telephone.schema.yml
core/modules/telephone/config/schema/telephone.schema.yml

File

core/modules/telephone/config/schema/telephone.schema.yml

View source
  1. # Schema for the configuration files of the Telephone module.
  2. field.formatter.settings.telephone_link:
  3. type: mapping
  4. label: 'Telephone link format settings'
  5. mapping:
  6. title:
  7. type: label
  8. label: 'Title to replace basic numeric telephone number display'
  9. field.widget.settings.telephone_default:
  10. type: mapping
  11. label: 'Telephone default format settings'
  12. mapping:
  13. placeholder:
  14. type: label
  15. label: 'Placeholder'
  16. field.value.telephone:
  17. type: mapping
  18. label: 'Default value'
  19. mapping:
  20. value:
  21. type: string
  22. label: 'Value'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.