forked from leftypol/leftypol
Added an option to hide sages
This commit is contained in:
parent
cb7b7d070c
commit
296e4fd5fa
2 changed files with 4 additions and 1 deletions
|
@ -529,6 +529,9 @@
|
|||
// When true, users are instead presented a selectbox for email. Contains, blank, noko and sage.
|
||||
$config['field_email_selectbox'] = false;
|
||||
|
||||
// When true, the sage won't be displayed
|
||||
$config['hide_sage'] = false;
|
||||
|
||||
// Attach country flags to posts.
|
||||
$config['country_flags'] = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue