blinkk / rootjs

Root.js – A full-featured web development tool with a built-in CMS.
https://rootjs.dev
MIT License
5 stars 0 forks source link

feat: add "drawer" variant to object field #346

Closed stevenle closed 1 month ago

stevenle commented 1 month ago

Note: All "object" fields will default to this new variant since it's a no-op change. The main benefit for this is that it allows users to default to a collapsed state using schema.object(..., drawerOptions: {collapsed: true}).

screens:

Screenshot 2024-06-05 at 5 59 47 PM

related: #287