user profiles : hide news letter from registration form
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
parent
64bf6b3fa2
commit
739f52c1df
@ -2016,7 +2016,7 @@ function materio_user_profiles_field_default_fields() {
|
||||
'entity_types' => array(),
|
||||
'field_name' => 'field_newsletter',
|
||||
'field_permissions' => array(
|
||||
'type' => '1',
|
||||
'type' => '2',
|
||||
),
|
||||
'foreign keys' => array(),
|
||||
'indexes' => array(
|
||||
@ -2072,7 +2072,7 @@ function materio_user_profiles_field_default_fields() {
|
||||
'required' => 0,
|
||||
'settings' => array(
|
||||
'entity_translation_sync' => FALSE,
|
||||
'user_register_form' => 1,
|
||||
'user_register_form' => 0,
|
||||
),
|
||||
'widget' => array(
|
||||
'active' => 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user