sanity-plugin-input-component-social-accounts
Manage linked social accounts in Stackshift studio.
Installation
In your Sanity project folder:
yarn add @webriq-pagebuilder/sanity-plugin-input-component-social-accounts
or
npm install @webriq-pagebuilder/sanity-plugin-webriq-components
Usage
Add it as a plugin in sanity.config.ts
(or .js):
import {defineConfig} from "sanity"
import {myPlugin} from "@webriq-pagebuilder/sanity-plugin-input-component-social-accounts"
export default defineConfig({
plugins: [myPlugin({})],
})
License
MIT © WebriQ
Develop & test
This plugin uses @sanity/plugin-kit
with default configuration for build & watch scripts.
See Testing a plugin in Sanity Studio
on how to run this plugin with hotreload in the studio.