1.0.4 • Published 6 months ago

sanity-plugin-tg-page-builder v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

sanity-plugin-tg-page-builder

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-tg-page-builder

Usage

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

import {defineConfig} from 'sanity'
import {tgPageBuilder} from 'sanity-plugin-tg-page-builder'

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

License

MIT © Philippe Pepin

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.

sanity-plugin-tg-page-builder

Release new version

Run "CI & Release" workflow. Make sure to select the main branch and check "Release new version".

Semantic release will only release on configured branches, so it is safe to run release on any branch.

1.0.4

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago