UNPKG

sanity-plugin-table

Version:

Table schema type and input component for Sanity CMS

15 lines (13 loc) 224 B
import config from 'config:table'; export default { title: 'Table Row', name: config.rowType, type: 'object', fields: [ { name: 'cells', type: 'array', of: [{ type: 'string' }], }, ], };