Import/Core_email.php
authorAlan Knowles <alan@roojs.com>
Tue, 6 Oct 2015 05:57:27 +0000 (13:57 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 6 Oct 2015 05:57:27 +0000 (13:57 +0800)
Import/Core_email.php

index 9a4fdff..486e865 100644 (file)
@@ -16,7 +16,14 @@ class Pman_Core_Import_Core_email extends Pman
             'max' => 1,
             
         ),
-         
+        'master' => array(
+            'desc' => 'Master template (wrapper to body)',
+            'short' => 'm',
+            'default' => '',
+            'min' => 1,
+            'max' => 1,
+            
+        ),
     );
     
     function getAuth()