1.1.0 ā€¢ Published 4 years ago

sanity-plugin-datatable v1.1.0

Weekly downloads
529
License
ISC
Repository
-
Last release
4 years ago

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'
}

šŸŽ‰