Remove status from config
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 13 Jun 2018 18:38:30 +0000 (14:38 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 13 Jun 2018 18:38:30 +0000 (14:38 -0400)
Overriding main plugin.

config/plugin.ini

index afe05ea..73a4464 100644 (file)
@@ -2,7 +2,7 @@
 ; Main Configuration File
 ; {descrName}
 ;
-; Place any static configuration parameters here.  
+; Place any static configuration parameters here.
 ;
 
 [common]
@@ -13,5 +13,5 @@ item_expiration[120] = '120 Days'
 topics[1] = 'For Sale'
 topics[2] = 'Buy'
 
-status[10] = 'Pending'
-status[20] = 'Approved'
\ No newline at end of file
+forsale_status[10] = 'Pending'
+forsale_status[20] = 'Approved'