yogiben / meteor-admin

A complete admin dashboard solution
https://atmospherejs.com/yogiben/admin
GNU General Public License v3.0
827 stars 261 forks source link

Grouping fields in meteor admin #263

Open reduxdj opened 9 years ago

reduxdj commented 9 years ago

I am not sure if this is supported or not, but I'm trying to group fields, although I don't see a group.

  icon:
    type: String
    optional: true
    autoform:
        type: 'afFieldIcon'
        group: 'Icon Info'

  iconFamily:
    type: String
    optional: true
     autoform:
         type: 'text'
         group: 'Icon Info'
reduxdj commented 9 years ago

I might be doing this all wrong also.