@threesigmaxyz/sanity-plugin-file-importer
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta4 • Public • Published

sanity-plugin-file-importer

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-file-importer

Usage

Add it as a plugin in sanity.config.ts (or .js):

import {defineConfig} from 'sanity'
import {myPlugin} from 'sanity-plugin-file-importer'

export default defineConfig({
  //...
  plugins: [myPlugin({})],
})

License

GNU Affero General Public License v3.0 © Three Sigma

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.

Readme

Keywords

Package Sidebar

Install

npm i @threesigmaxyz/sanity-plugin-file-importer

Weekly Downloads

0

Version

1.0.0-beta4

License

AGPL-3.0

Unpacked Size

93.5 kB

Total Files

16

Last publish

Collaborators

  • 3s-jafonso
  • 0x0xyz
  • threesigmaxyz_info