WARNING: Do not update to beta versions on production websites!
',
'no_note_p' => true,
'type' => 'radio',
'default' => 'no',
'options' => [
'yes' => __( 'Yes', 'elementor-extras' ),
'no' => __( 'No', 'elementor-extras' ),
]
],
[
'name' => 'load_tweenmax',
'label' => __( 'Load TweenMax', 'elementor-extras' ),
'desc' => $gsap_description,
'type' => 'radio',
'default' => 'yes',
'options' => [
'yes' => __( 'Yes', 'elementor-extras' ),
'no' => __( 'No', 'elementor-extras' ),
]
],
[
'name' => 'load_google_maps_api',
'label' => __( 'Load Google Maps API', 'elementor-extras' ),
'desc' => __( 'You can disable loading the Google Maps API script if it\'s already added from a theme or plugin.', 'elementor-extras' ),
'type' => 'radio',
'default' => 'yes',
'options' => [
'yes' => __( 'Yes', 'elementor-extras' ),
'no' => __( 'No', 'elementor-extras' ),
]
],
];
return $fields;
}
/**
* Returns the fields for the API section
*
* @since 2.0.0
*
* @access protected
*/
protected function get_apis_fields() {
$gmap_description = sprintf( __( 'You can get your API key %1$shere%2$s', 'elementor-extras' ), '