yamaps.schema.yml in Yandex.Maps 8
config/schema/yamaps.schema.yml
File
config/schema/yamaps.schema.ymlView source
- field.formatter.settings.yamaps_default:
- type: mapping
- label: 'Yamaps field formatter settings'
- mapping:
- height:
- type: string
- label: 'Map height'
- width:
- type: string
- label: 'Map width'
- yamaps.settings:
- type: config_object
- label: 'Yamaps settings'
- mapping:
- admin_only:
- type: boolean
- label: 'Only apply to admin pages'
- enable_drag:
- type: boolean
- label: 'Allow the user to drag a map.'
- enable_zoom:
- type: boolean
- label: 'Allow the user to zoom a map.'
-
- field.storage_settings.yamaps_default:
- type: mapping
- label: 'Yamaps field settings'
-
- field.field_settings.yamaps_default:
- type: mapping
- label: 'Yamaps field settings'
- mapping:
- enable_placemarks:
- type: integer
- label: 'Enable "Placemark" tool'
- enable_lines:
- type: integer
- label: 'Enable "Line" tool'
- enable_polygons:
- type: integer
- label: 'Enable "Polygon" tool'