clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,128 @@
# Schema for the configuration files of the geofield module.
field.storage_settings.geofield:
type: mapping
label: 'Geofield Settings'
mapping:
backend:
type: string
label: 'Backend storage'
field.field_settings.geofield:
label: 'Geofield settings'
type: mapping
mapping:
backend:
type: string
label: 'Backend storage'
field.value.geofield:
type: mapping
label: 'Default'
mapping:
value:
type: text
label: 'Value'
geo_type:
type: string
label: 'Geo type'
lat:
type: float
label: 'Lat'
lon:
type: float
label: 'Lon'
left:
type: float
label: 'Left'
top:
type: float
label: 'Top'
right:
type: float
label: 'Right'
bottom:
type: float
label: 'Bottom'
geohash:
type: string
label: 'Geohash'
latlon:
type: string
label: 'LatLon'
entity_view_display.field.geofield_default:
type: entity_field_view_display_base
label: 'Geofield default display format settings'
mapping:
settings:
sequence:
type: string
entity_form_display.field.geofield_default:
type: entity_field_form_display_base
label: 'Geofield default display format settings'
mapping:
settings:
type: sequence
label: 'Settings'
sequence:
type: string
entity_form_display.field.geofield_latlon:
type: entity_field_form_display_base
label: 'Geofield Lat Lon display format settings'
mapping:
settings:
type: sequence
label: 'Settings'
sequence:
type: string
entity_form_display.field.geofield_bbox:
type: entity_field_form_display_base
label: 'Geofield Bounding box display format settings'
mapping:
settings:
type: sequence
label: 'Settings'
sequence:
type: string
field.widget.settings.geofield_default:
type: mapping
label: 'Geofield (WKT) settings'
mapping:
geometry_validation:
type: boolean
label: 'Enable Geometry Validation'
field.widget.settings.geofield_latlon:
type: mapping
label: 'Latitude/Longitude settings'
mapping:
html5_geolocation:
type: boolean
label: 'Use HTML5 Geolocation to set default values'
field.formatter.settings.geofield_default:
type: mapping
label: 'Geofield default display format settings'
mapping:
output_format:
type: string
label: 'Output format'
output_escape:
type: boolean
label: 'Escape output'
field.formatter.settings.geofield_latlon:
type: mapping
label: 'Geofield LatLon display format settings'
mapping:
output_format:
type: string
label: 'Output format'
output_escape:
type: boolean
label: 'Output escape'

View File

@@ -0,0 +1,131 @@
views.field.geofield_proximity_field:
type: views.field.numeric
label: 'Geofield Proximity Field'
views.filter.geofield_proximity_filter:
type: views_filter
label: 'Geofield proximity filter'
mapping:
expose:
type: mapping
mapping:
placeholder:
type: string
min_placeholder:
type: string
max_placeholder:
type: string
units:
type: string
exposed_units:
type: boolean
source:
type: string
source_configuration:
type: mapping
mapping:
exposed_summary:
type: boolean
origin:
type: mapping
mapping:
lat:
type: string
lon:
type: string
origin_hidden_flag:
type: boolean
origin_summary_flag:
type: boolean
origin_address:
type: string
plugins:
type: sequence
sequence:
type: mapping
mapping:
checked:
type: boolean
weight:
type: integer
use_autocomplete:
type: boolean
settings:
type: mapping
mapping:
autocomplete:
type: mapping
mapping:
min_terms:
type: integer
delay:
type: integer
address_format:
type: string
views.filter_value.geofield_proximity_filter:
type: views.field.numeric
label: 'Geofield Proximity Filter'
mapping:
operator:
type: string
units:
type: string
exposed_units:
type: boolean
min:
type: integer
max:
type: integer
value:
type: integer
source:
type: string
source_configuration:
type: mapping
mapping:
exposed_summary:
type: boolean
views.sort.geofield_proximity_sort:
type: views_sort
label: 'Geofield Proximity Sort'
mapping:
units:
type: string
source:
type: string
source_configuration:
type: mapping
mapping:
source_proximity_filter:
type: string
views.argument.geofield_proximity_argument:
type: views_argument
label: 'Geofield Proximity Argument'
views.filter_value.geofield_rectangular_boundary_filter:
type: views.field.numeric
label: 'Geofield Rectangular Boundary Filter'
mapping:
value:
type: mapping
label: 'Value'
mapping:
lat_north_east:
type: string
label: 'North East Latitude'
lon_north_east:
type: string
label: 'North East Longitude'
lat_south_west:
type: string
label: 'South West Latitude'
lon_south_west:
type: string
label: 'North East Longitude'
views.argument.geofield_rectangular_boundary_argument:
type: views_argument
label: 'Geofield Rectangular Boundary Argument'