0.0.1 • Published 4 years ago
sanity-plugin-forms v0.0.1
Sanity Forms Plugin
Input component for rendering fieldsets as forms
Demo
Clone the original demo repository and run sanity start to see how it works.
How do I use it?
TODODevelopment
Run the following commands at the root of this repository.
NPM
npm i
npm linkYarn
yarn install
yarn linkNow you can start developing the plugin.
To include it in your Sanity test site, navigate to the root folder of your cms project and run npm link sanity-plugin-forms or yarn link sanity-plugin-forms. You will now reference the local version of the when using import Forms from "sanity-plugin-forms" in your files.
To debug the plugin files in you then need to run sanity start --preserve-symlinks in your cms project, and npm run dev in your sanity-plugin-forms repository folder.
0.0.1
4 years ago