WIP - merges base fields with user fields

This commit is contained in:
James
2020-07-09 14:17:24 -04:00
parent 75099caaca
commit 5870e7cde9
5 changed files with 96 additions and 10 deletions

View File

@@ -3,11 +3,13 @@ module.exports = [
name: 'enableAPIKey',
type: 'checkbox',
defaultValue: false,
hidden: 'admin',
},
{
name: 'apiKey',
type: 'text',
minLength: 24,
maxLength: 48,
hidden: 'admin',
},
];