"helloworld", // plugin name "version" => "1", // plugin version "author" => "Feng Office", // author name "website" => "http://fengoffice.com", // author website URL "description" => "My first Feng plugin", // brief description "tabs" => array( // tab definition array( "id" => "helloworld-panel", //tab id "ordering" => 2, //tab ordering position "title" => "helloworld tab", //tab title (lookup key for lang file) "icon_cls" => "ico-world", //CSS class for tab's icon "refresh_on_context_change" => true, //re-run the controller if e.g. new workspace is chosen "default_controller" => "helloworld", //default controller "default_action" => "say_hello" , //default action(method) called when tab is selected or context changes - used to list objects, etc. "initial_controller" => "" , //initial controller "initial_action" => "" , //initial action(method) called once per session - can be used to load js scripts, etc. "type" => "plugin", //type - use "plugin" "object_type_id" => 0 //id of the content object if it is related to one, otherwise 0 ) ) );?>