acf
This commit is contained in:
		
							
								
								
									
										144
									
								
								plugins/fields/acfmap/params/acfmap.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										144
									
								
								plugins/fields/acfmap/params/acfmap.xml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,144 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <form> | ||||
| 	<fields name="fieldparams"> | ||||
| 		<fieldset name="fieldparams"> | ||||
| 			<field name="provider" type="NRImagesSelector" | ||||
| 				images='[{"key": "OpenStreetMap", "label": "NR_OPENSTREETMAP", "url": "https://www.tassos.gr/images/apps/openstreetmap.png"}, {"key": "GoogleMap", "label": "NR_GOOGLEMAPS", "url": "https://www.tassos.gr/images/apps/google-maps.png"}, {"key": "BingMap", "label": "NR_BINGMAPS", "url": "https://www.tassos.gr/images/apps/bing-maps.png"}]' | ||||
| 				columns="3" | ||||
| 				default="OpenStreetMap" | ||||
| 				label="ACF_MAP_PROVIDER" | ||||
| 				description="ACF_MAP_PROVIDER_DESC" | ||||
| 				mode="links" | ||||
| 				image_width="100px" | ||||
| 				width="500px" | ||||
| 			/> | ||||
| 			 | ||||
| 			<field name="openstreetmap_maptype" type="list" | ||||
| 				label="ACF_MAP_TYPE" | ||||
| 				description="ACF_MAP_TYPE_DESC" | ||||
| 				default="road" | ||||
| 				showon="provider:OpenStreetMap"> | ||||
| 				<option value="road">ACF_MAP_ROAD</option> | ||||
| 				<option value="satellite">ACF_MAP_SATELLITE</option> | ||||
| 			</field> | ||||
| 			<field name="googlemap_maptype" type="list" | ||||
| 				label="ACF_MAP_TYPE" | ||||
| 				description="ACF_MAP_TYPE_DESC" | ||||
| 				default="roadmap" | ||||
| 				showon="provider:GoogleMap"> | ||||
| 				<option value="roadmap">ACF_MAP_ROAD</option> | ||||
| 				<option value="satellite">ACF_MAP_SATELLITE</option> | ||||
| 				<option value="terrain">ACF_MAP_TERRAIN</option> | ||||
| 				<option value="hybrid">ACF_MAP_HYBRID</option> | ||||
| 			</field> | ||||
| 			<field name="bingmap_maptype" type="list" | ||||
| 				label="ACF_MAP_TYPE" | ||||
| 				description="ACF_MAP_TYPE_DESC" | ||||
| 				default="road" | ||||
| 				showon="provider:BingMap"> | ||||
| 				<option value="road">ACF_MAP_ROAD</option> | ||||
| 				<option value="aerial">ACF_MAP_SATELLITE</option> | ||||
| 				<option value="birdseye">ACF_MAP_BIRDSEYE</option> | ||||
| 				<option value="grayscale">ACF_MAP_GRAYSCALE</option> | ||||
| 				<option value="ordnanceSurvey">ACF_MAP_ORDNANCESURVEY</option> | ||||
| 				<option value="canvasDark">ACF_MAP_DARK_MODE</option> | ||||
| 				<option value="canvasLight">ACF_MAP_LIGHT_MODE</option> | ||||
| 			</field> | ||||
| 			<field name="scale" type="list" | ||||
| 				label="ACF_MAP_SCALE" | ||||
| 				description="ACF_MAP_SCALE_DESC" | ||||
| 				default="0"> | ||||
| 					<option value="0">JDISABLED</option> | ||||
| 					<option value="metric">ACF_MAP_SCALE_METRIC</option> | ||||
| 					<option value="imperial">ACF_MAP_SCALE_IMPERIAL</option> | ||||
| 			</field> | ||||
| 			 | ||||
| 			 | ||||
|  | ||||
|             <field type="spacer" name="label" | ||||
| 				label="NR_FRONTEND" | ||||
| 				class="acf" | ||||
| 			/> | ||||
| 			<field name="width_control" type="NRResponsiveControl" | ||||
| 				label="ACF_MAP_WIDTH" | ||||
| 				description="ACF_MAP_WIDTH_DESC"> | ||||
|                 <subform> | ||||
|                     <field name="width" type="nrnumber" | ||||
| 						class="input-small" | ||||
| 						default="400" | ||||
| 						hint="400" | ||||
| 						min="1" | ||||
| 						addon="px" | ||||
| 					/> | ||||
|                 </subform> | ||||
| 			</field> | ||||
| 			<field name="height_control" type="NRResponsiveControl" | ||||
| 				label="ACF_MAP_HEIGHT" | ||||
| 				description="ACF_MAP_HEIGHT_DESC"> | ||||
|                 <subform> | ||||
|                     <field name="height" type="nrnumber" | ||||
| 						class="input-small" | ||||
| 						default="350" | ||||
| 						hint="350" | ||||
| 						min="1" | ||||
| 						addon="px" | ||||
| 					/> | ||||
|                 </subform> | ||||
| 			</field> | ||||
| 			<field name="zoom_level" type="radio" | ||||
| 				label="ACF_MAP_MAP_CENTER" | ||||
| 				description="ACF_MAP_MAP_CENTER_DESC" | ||||
| 				default="fitbounds" | ||||
| 				class="btn-group btn-group-yesno"> | ||||
| 					<option value="preset">NR_CUSTOM</option> | ||||
| 					<option value="fitbounds">ACF_MAP_FIT_BOUNDS</option> | ||||
| 			</field> | ||||
| 			<field name="map_center" type="TFAddressLookup" | ||||
| 				label="ACF_MAP_SET_MAP_CENTER" | ||||
| 				description="ACF_MAP_SET_MAP_CENTER_DESC" | ||||
| 				showon="zoom_level:preset" | ||||
| 			/> | ||||
| 			<field name="zoom" type="nrnumber" | ||||
| 				label="ACF_MAP_ZOOM_LEVEL" | ||||
| 				description="ACF_MAP_ZOOM_LEVEL_DESC" | ||||
| 				default="4" | ||||
| 				min="0" | ||||
| 				showon="zoom_level:preset" | ||||
| 			/> | ||||
| 			<field name="enable_info_window" type="NRToggle" | ||||
| 				label="ACF_MAP_ENABLE_INFO_WINDOW" | ||||
| 				description="ACF_MAP_ENABLE_INFO_WINDOW_DESC" | ||||
| 				checked="true" | ||||
| 			/> | ||||
| 			 | ||||
| 			<field name="maximum_markers" type="nrnumber" | ||||
| 				label="ACF_MAP_MAXIMUM_MARKERS" | ||||
| 				description="ACF_MAP_MAXIMUM_MARKERS_DESC" | ||||
| 				default="0" | ||||
| 				min="0" | ||||
| 			/> | ||||
| 			<field name="markerImage" type="media" | ||||
| 				preview_width="32" | ||||
| 				label="ACF_MAP_MARKER_IMAGE" | ||||
| 				description="ACF_MAP_MARKER_IMAGE_DESC" | ||||
| 			/> | ||||
| 			 | ||||
| 			 | ||||
|             <field type="spacer" name="label2" | ||||
| 				label="NR_BACKEND" | ||||
| 				class="acf" | ||||
| 			/> | ||||
| 			<field name="show_sidebar" type="nrtoggle" | ||||
| 				label="ACF_MAP_SHOW_SIDEBAR" | ||||
| 				description="ACF_MAP_SHOW_SIDEBAR_DESC" | ||||
| 				checked="true" | ||||
| 			/> | ||||
| 			<field name="default_coords" type="text" | ||||
| 				label="ACF_MAP_DEFAULT_COORDS" | ||||
| 				description="ACF_MAP_DEFAULT_COORDS_DESC" | ||||
| 				hint="36.891319,27.283480" | ||||
| 			/> | ||||
| 		</fieldset> | ||||
| 	</fields> | ||||
| </form> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user