Quote from
luishp on April 3, 2022, 1:10 pm
If you need to add more data fields to neoCms (Cockpit) user accounts:
- Click on the upper left logo
- Click on Configuration and again Configuration
Then add something like:
# Additional fields
account:
fields:
picture:
type: 'image'
label: 'Picture'
address:
type: 'text'
label: 'Address'
phone:
type: 'text'
label: 'Telephone Number'
Of course you can use your own field names and data types.
If you need to add more data fields to neoCms (Cockpit) user accounts:
- Click on the upper left logo
- Click on Configuration and again Configuration
Then add something like:
# Additional fields
account:
fields:
picture:
type: 'image'
label: 'Picture'
address:
type: 'text'
label: 'Address'
phone:
type: 'text'
label: 'Telephone Number'
Of course you can use your own field names and data types.
Vadim and CDY@44 have reacted to this post.