0
Fork 0
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:
Kevin Ansfield 2022-07-06 09:53:21 +02:00
parent b98b6aa805
commit 79f0c04828

View file

@ -73,6 +73,8 @@ export default Model.extend(ValidationEngine, {
membersEnabled: attr('boolean'),
paidMembersEnabled: attr('boolean'),
commentsEnabled: attr(), // "off", "free", "paid"
/**
* Editor settings
*/