You are here

function tagadelic_plugin_style::option_definition in Views Tagadelic 7

Same name and namespace in other branches
  1. 7.2 includes/tagadelic_plugin_style.inc \tagadelic_plugin_style::option_definition()

Set default options

Overrides views_plugin_style_list::option_definition

File

includes/tagadelic_plugin_style.inc, line 18
Contains the tagadelic style plugin.

Class

tagadelic_plugin_style
Style plugin to render a weighted set of taxonomy terms.

Code

function option_definition() {

  //    $options = parent::option_definition();
  $options = array();
  $options['steps'] = 6;
  return $options;
}