Skip to content

Commit

Permalink
Updated the plugin parameter labels to make finding them easier
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Tuke committed Jun 14, 2014
1 parent 5457979 commit 1a14777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/restapi_test.php
Expand Up @@ -13,14 +13,14 @@ class restapi_test extends phplistPlugin {
public $settings = array(
"restapi_test_login" => array (
'value' => 'admin',
'description' => 'Login name for testing',
'description' => 'Login name for REST API testing',
'type' => "text",
'allowempty' => 0,
'category'=> 'develop',
),
"restapi_test_password" => array (
'value' => 'phplist',
'description' => 'Login password for testing',
'description' => 'Login password for REST API testing',
'type' => "text",
'category'=> 'develop',
),
Expand Down

0 comments on commit 1a14777

Please sign in to comment.