mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
do not show "subscribed to newsletter" in account form
This commit is contained in:
parent
405e93874d
commit
9245fc339f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Users.addField([
|
||||||
optional: true,
|
optional: true,
|
||||||
insertableIf: Users.is.memberOrAdmin,
|
insertableIf: Users.is.memberOrAdmin,
|
||||||
editableIf: Users.is.ownerOrAdmin,
|
editableIf: Users.is.ownerOrAdmin,
|
||||||
control: "checkbox"
|
control: "none"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue