feat(widget-list): add min max configuration (#4394)
This commit is contained in:
@ -6,5 +6,7 @@ export default {
|
||||
minimize_collapsed: { type: 'boolean' },
|
||||
label_singular: { type: 'string' },
|
||||
i18n: { type: 'boolean' },
|
||||
min: { type: 'number' },
|
||||
max: { type: 'number' },
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user