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

config/plugin.ini

index c08a74e..4397e19 100644 (file)
@@ -2,7 +2,7 @@
 ; Main Configuration File
 ; {descrName}
 ;
-; Place any static configuration parameters here.  
+; Place any static configuration parameters here.
 ;
 
 [common]
@@ -11,5 +11,5 @@
 job_expiration[30] = '30 Days'
 job_expiration[60] = '60 Days'
 
-status[10] = 'Pending'
-status[20] = 'Approved'
\ No newline at end of file
+job_status[10] = 'Pending'
+job_status[20] = 'Approved'