Changeset 1748178
- Timestamp:
- 10/17/2017 05:51:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
media-recode-custom-modules/trunk/mr-multipoint-map/mr-multipoint-map.php
r1739187 r1748178 16 16 )); 17 17 18 $this->add_js( 'mr-map-script', $this->url . 'js/mr-map-script.js', array(), '', true ); 18 //$this->add_js( 'marker-cluster', $this->url . 'js/marker-cluster.js', array(), '', false ); 19 //$this->add_js( 'mr-google-maps', 'https://maps.googleapis.com/maps/api/js?key=' . $settings->map_api_key, array(), '', false ); 20 //$this->add_js( 'mr-map-script', $this->url . 'js/mr-map-script.js', array(), '', true ); 19 21 } 20 22 } … … 92 94 'label' => __('Icon Field Name', 'fl-builder'), 93 95 'placeholder' => 'Enter the name of the field that has the icon.', 96 ), 97 'post_taxonomy' => array( 98 'type' => 'text', 99 'label' => __('CPT Taxonomy Name', 'fl-builder'), 100 'placeholder' => 'Enter the name of the taxonomy that has the icon.', 94 101 ) 95 102 ) … … 117 124 'unit' => 'px' 118 125 ) 119 )) 126 ), 127 //'marker_cluster_image' => array( 128 // 'type' => 'photo', 129 // 'label' => __('Marker Cluster Image', 'fl-builder'), 130 // 'show_remove' => false 131 //) 132 ) 120 133 ), 121 134 'mr-section-4' => array(
Note: See TracChangeset
for help on using the changeset viewer.