Options alphabetical sort

This commit is contained in:
Rupenieks
2020-05-19 17:40:17 +02:00
parent 17b6872bc0
commit 9f22a64304
2 changed files with 48 additions and 47 deletions

View File

@@ -66,24 +66,6 @@ export const userFields = [
default: '',
description: 'The email address of the new user.',
},
{
displayName: 'Password',
name: 'password',
type: 'string',
required: true,
displayOptions: {
show: {
resource: [
'user',
],
operation: [
'create',
],
},
},
default: '',
description: 'The password of the new user.',
},
{
displayName: 'Full Name',
name: 'fullName',
@@ -102,6 +84,24 @@ export const userFields = [
default: '',
description: 'The full name of the new user.',
},
{
displayName: 'Password',
name: 'password',
type: 'string',
required: true,
displayOptions: {
show: {
resource: [
'user',
],
operation: [
'create',
],
},
},
default: '',
description: 'The password of the new user.',
},
{
displayName: 'Short Name',
name: 'shortName',