Closed pirhoo closed 1 year ago
This PR adds a new widget type to nest widgets for complex layouts.
In the @/store/widgets/index.js we can define it as follow:
@/store/widgets/index.js
{ card: true, type: 'WidgetNested', widgets: [ { name: 'text', order: 50, card: true, cols: 6, type: 'WidgetText' }, { name: 'empty', order: 5, card: true, cols: 6, type: 'WidgetEmpty' } ] }
PR description
This PR adds a new widget type to nest widgets for complex layouts.
Example
In the
@/store/widgets/index.js
we can define it as follow:Preview