UNPKG

netlify-cms-widget-list

Version:

Widget for editing lists in Netlify CMS.

35 lines (34 loc) 531 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { properties: { allow_add: { type: 'boolean' }, collapsed: { type: 'boolean' }, summary: { type: 'string' }, minimize_collapsed: { type: 'boolean' }, label_singular: { type: 'string' }, i18n: { type: 'boolean' }, min: { type: 'number' }, max: { type: 'number' } } }; exports.default = _default;