Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 374 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 374 Bytes

Sanity Datatable

This is a plugin for Sanity CMS which adds support for tables.

sanity install datatable

datatable

You can now use the table type in your schema.

Example:

{
  name: 'myAwesomeTable',
  type: 'table'
}

🎉