diff --git a/config/schema/simple_gmap.schema.yml b/config/schema/simple_gmap.schema.yml index b90bb7f..42634fe 100644 --- a/config/schema/simple_gmap.schema.yml +++ b/config/schema/simple_gmap.schema.yml @@ -1,6 +1,6 @@ field.formatter.settings.simple_gmap: type: mapping - label: 'Link format settings' + label: 'Simple Google Map formatter settings' mapping: include_map: type: boolean @@ -13,7 +13,7 @@ field.formatter.settings.simple_gmap: label: 'Whether to include a link to the Google Map' include_text: type: boolean - label: 'Whether to include a text with the map' + label: 'Whether to include text with the map' iframe_height: type: integer label: 'Height of embedded map' @@ -21,11 +21,11 @@ field.formatter.settings.simple_gmap: type: integer label: 'Width of embedded map' static_scale: - type: integer, + type: integer label: 'Whether to scale static map image for retina displays' zoom_level: type: integer - label: 'Height of embedded map' + label: 'Zoom level' information_bubble: type: boolean label: 'Whether to include an information bubble' @@ -34,10 +34,10 @@ field.formatter.settings.simple_gmap: label: 'The text for the link to the Google Map' map_type: type: string - label: 'The default type of map to be displayed' + label: 'Map type for embedded and linked maps' langcode: type: string - label: 'The language, in which the map should be displayed' + label: 'The language in which the map should be displayed' apikey: type: string label: 'A Google Maps API key, needed for static maps'