Add field_disable_subject and field_disable_reply_subject config options.

This commit is contained in:
Macil Tech
2012-08-30 04:07:23 -06:00
parent accc3992f3
commit 0da1c18a7f
3 changed files with 18 additions and 2 deletions

View File

@@ -348,6 +348,10 @@
$config['field_disable_name'] = false;
// When true, no email will be able to be set.
$config['field_disable_email'] = false;
// When true, no subject will be able to be set.
$config['field_disable_subject'] = false;
// When true, no subject will be able to be set in replies.
$config['field_disable_reply_subject'] = false;
// When true, a blank password will be used for files (not usable for deletion).
$config['field_disable_password'] = false;