HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/chuair.org/wp-content/plugins/post-and-page-builder/includes/config/layouts.php
<?php
if ( ! defined( 'WPINC' ) ) {
	die;
}

return array (
	'tabs' => array (
		'google-map' => array (
			'tab-details' => array (
				'type' => 'api',
				'selection-type' => 'single-item',
				'base-url' => 'https://maps.google.com/maps',
				'default-location-setting' => array (
					'q' => 'New York, NY'
				)
			),
			'title' => 'Google Map',
			'zoom' => '14',
			'slug' => 'google_map',
			'attachments-template' => BOLDGRID_EDITOR_PATH . '/pages/standard-attachments.php',
			'sidebar-template' => BOLDGRID_EDITOR_PATH . '/pages/google-maps-sidebar.html',
			'route-tabs' => array (
				'map-view' => array (
					'name' => 'Map View',
					'content' => array (
						array (
							'image' => plugins_url( '/assets/image/maps/google/gm-roadmap.png',
								BOLDGRID_EDITOR_PATH . '/boldgrid-editor.php' ),
							'map-params' => array (
								// Type: Standard.
								't' => 'm',
								// Zoom.
								'z' => '16'
							)
						),
						array (
							'image' => plugins_url( '/assets/image/maps/google/gm-satellite.png',
								BOLDGRID_EDITOR_PATH . '/boldgrid-editor.php' ),
							'map-params' => array (
								// Satellite.
								't' => 'k',
								'z' => '16'
							)
						)
					)
				)
			)
		)
	)
);