Additional account fields - Forum

Forum Navigation
You need to log in to create posts and topics.

Additional account fields

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.
VadimCDY@44