Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
17
core/modules/telephone/config/schema/telephone.schema.yml
Normal file
17
core/modules/telephone/config/schema/telephone.schema.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Schema for the configuration files of the Telephone module.
|
||||
|
||||
field.formatter.settings.telephone_link:
|
||||
type: mapping
|
||||
label: 'Telephone link format settings'
|
||||
mapping:
|
||||
title:
|
||||
type: label
|
||||
label: 'Title to replace basic numeric telephone number display'
|
||||
|
||||
field.widget.settings.telephone_default:
|
||||
type: mapping
|
||||
label: 'Telephone default format settings'
|
||||
mapping:
|
||||
placeholder:
|
||||
type: label
|
||||
label: 'Placeholder'
|
Reference in a new issue