UNPKG

sanity-plugin-another-table

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