Commit f9169f2e by jay

.

1 parent b9e3e076
......@@ -29,11 +29,22 @@
"required": true
},
"cpGuidelines": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
},
"invoice": {
"allowedTypes": [
"images",
"videos",
"audios",
"files"
],
"type": "media",
"multiple": false
......
......@@ -603,7 +603,7 @@ const userPermissionExtension = (plugin) => {
.add(newUser);
const sanitizedUser = await sanitizeUser(user, ctx);
console.log("SANITIZE sanitizedUser", sanitizedUser);
// console.log("SANITIZE sanitizedUser", sanitizedUser);
// if (settings.email_confirmation) {
// try {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!