sanity-plugin-another-table

1.0.2 • Public • Published

Sanity Table Plugin

Forked form rdunk/sanity-plugin-table.

example

Install

Install using the Sanity CLI.

$ npm i sanity-plugin-another-table

Usage

Simply specify table as a field type in your schema.

export default {
  name: 'product',
  title: 'Product',
  type: 'document',
  fields: [
    {
      name: 'sizeChart',
      title: 'Size Chart',
      type: 'table',
    },
  ],
};

/sanity-plugin-another-table/

    Package Sidebar

    Install

    npm i sanity-plugin-another-table

    Weekly Downloads

    1,240

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    71.4 kB

    Total Files

    32

    Last publish

    Collaborators

    • mathis_bullinger