feat: comments - default provider create (wip) + permissions

This commit is contained in:
NGPixel
2020-05-26 22:56:11 -04:00
parent 2fe2e6210d
commit 1222355046
14 changed files with 412 additions and 24 deletions

View File

@@ -15,9 +15,9 @@ const state = {
title: '',
updatedAt: '',
mode: '',
comments: {
view: false,
post: false,
commentsPermissions: {
read: false,
write: false,
manage: false
},
commentsCount: 0