config.php 209 B

1234567891011
  1. <?php
  2. /*
  3. * Always include PLUGINNAME-enabled
  4. * Along with all your other settings from plugin.php
  5. */
  6. return array(
  7. 'TEST-enabled' => false,
  8. 'TEST-pass-alt' => '',
  9. 'TEST-pass' => '',
  10. 'TEST-text' => ''
  11. );