#4 - add support for sharing pages publicly, without login

This commit is contained in:
2021-03-04 11:26:14 -06:00
parent 2f3d94adf3
commit 82605bb697
8 changed files with 139 additions and 15 deletions

View File

@@ -52,4 +52,13 @@ module.exports = exports = {
},
},
},
permission_check: {
fields: {
permission: {
required: true,
coerce: String,
},
},
},
}