Socket
Socket
Sign inDemoInstall

@webriq-pagebuilder/sanity-plugin-input-component-social-accounts

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webriq-pagebuilder/sanity-plugin-input-component-social-accounts

Display social media feed with StackShift UI input component


Version published
Weekly downloads
40
decreased by-28.57%
Maintainers
0
Weekly downloads
 
Created
Source

sanity-plugin-input-component-social-accounts

Display social media feed with StackShift UI input component.

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

Import as input component to schema field of type string to select linked social media accounts and display media feed:

// sample component definition
import LinkedSocialAccounts from "@webriq-pagebuilder/sanity-plugin-input-component-social-accounts"

export const socialMediaSchema = [
  // other fields here
  {
    name: "selectAccount",
    title: "Choose Social Account",
    description:
      "Select the linked social media account to display content from",
    components: {
      input: LinkedSocialAccounts,
    },
    type: "string",
  },
]

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.

Keywords

FAQs

Package last updated on 08 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc