mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Added commentsEnabled
setting
refs https://github.com/TryGhost/Team/issues/1664 - used to change native comments system availability
This commit is contained in:
parent
b98b6aa805
commit
79f0c04828
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ export default Model.extend(ValidationEngine, {
|
|||
membersEnabled: attr('boolean'),
|
||||
paidMembersEnabled: attr('boolean'),
|
||||
|
||||
commentsEnabled: attr(), // "off", "free", "paid"
|
||||
|
||||
/**
|
||||
* Editor settings
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue