Plugin Directory

Changeset 1748178


Ignore:
Timestamp:
10/17/2017 05:51:06 PM (8 years ago)
Author:
mediarecode
Message:

Removed unnecessary field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • media-recode-custom-modules/trunk/mr-multipoint-map/mr-multipoint-map.php

    r1739187 r1748178  
    1616        ));
    1717
    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 );
    1921    }
    2022}
     
    9294                        'label'         => __('Icon Field Name', 'fl-builder'),
    9395                        '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.',
    94101                    )
    95102                )                   
     
    117124                            'unit'      => 'px'
    118125                        )
    119                 ))
     126                    ),
     127                    //'marker_cluster_image' => array(
     128                    //    'type'          => 'photo',
     129                    //    'label'         => __('Marker Cluster Image', 'fl-builder'),
     130                    //    'show_remove'   => false
     131                    //)
     132                )
    120133            ),
    121134            'mr-section-4'  => array(
Note: See TracChangeset for help on using the changeset viewer.