[ "FriendlyName" => "Create Action E-Mail Template", "Type" => "dropdown", # Dropdown Choice of Options "Options" => $emailTemplates, "Description" => "E-Mail Template auswählen", "Default" => "option1", ]); logModuleCall( 'iServiceAddon', __FUNCTION__, $configOptions, 'Debug', $emailTemplates ); /* return array( 'Dropdown Field' => array( 'Type' => 'dropdown', 'Options' => array( 'Display Value 1', 'Second Option', 'Another Option', ), 'Description' => 'Choose one', ) ); */ return $configOptions; } function serviceAddon_MetaData() { } function serviceAddon_AdminCustomButtonArray($params) { } function serviceAddon_AdminServicesTabFields($params) { } function serviceAddon_ClientArea($params) { return array( 'tabOverviewReplacementTemplate' => 'templates/clientarea', 'vars' => array( 'test1' => 'hello', 'test2' => 'world', ), ); }