11 lines
262 B
JavaScript
Raw Normal View History

export default {
properties: {
allow_add: { type: 'boolean' },
collapsed: { type: 'boolean' },
summary: { type: 'string' },
minimize_collapsed: { type: 'boolean' },
label_singular: { type: 'string' },
2020-09-20 10:30:46 -07:00
i18n: { type: 'boolean' },
},
};