public function openlayers_simple::options_defaults in Openlayers 7.2
Implementation of boxes_content::options_defaults().
Overrides boxes_box::options_defaults
File
- plugins/
boxes/ openlayers_simple.inc, line 10
Class
- openlayers_simple
- OpenLayers Box
Code
public function options_defaults() {
return array(
'map' => '',
);
}