Damian Rosellen
Web Developer
Damian is located at Germany
Visit Damian Rosellen's profile
Connect your SoundCloud Application and load tracks into your sanity project.
This is a Sanity Studio v3 plugin for importing SoundCloud content to your sanity project.
For using this plugin you need the following:
npm install sanity-plugin-soundcloud-input
Add it as a plugin in sanity.config.ts
(or .js):
import {defineConfig} from 'sanity'
import {soundcloudInput} from 'sanity-plugin-soundcloud-input'
export default defineConfig({
//...
plugins: [soundcloudInput({})],
})
Add it to your schemas:
{ name: 'soundcloud', type: 'soundcloud', title: 'SoundCloud Content', group: 'soundcloud', },
Set up your API Credentials in the API Settings and you're ready to go.
MIT © Damian Rosellen
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.
npm i sanity-plugin-soundcloud-input
Web Developer