feat: add widgets schema validation (#3841)
This commit is contained in:
9
packages/netlify-cms-widget-list/src/schema.js
Normal file
9
packages/netlify-cms-widget-list/src/schema.js
Normal file
@ -0,0 +1,9 @@
|
||||
export default {
|
||||
properties: {
|
||||
allow_add: { type: 'boolean' },
|
||||
collapsed: { type: 'boolean' },
|
||||
summary: { type: 'string' },
|
||||
minimize_collapsed: { type: 'boolean' },
|
||||
label_singular: { type: 'string' },
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user