You are here

function views_isotope_plugin_style_isotope::option_definition in Views Isotope (Deprecated) 7

Set default options.

Overrides views_plugin_style_list::option_definition

File

./views_isotope_plugin_style_isotope.inc, line 15

Class

views_isotope_plugin_style_isotope
Style plugin.

Code

function option_definition() {
  $options = parent::option_definition();
  return $options;
}