Socket
Socket
Sign inDemoInstall

@sanity/data-aspects

Package Overview
Dependencies
2
Maintainers
33
Versions
698
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @sanity/data-aspects

Sanity plugin which controls how your data is presented


Version published
Weekly downloads
12K
decreased by-15.17%
Maintainers
33
Created
Weekly downloads
 

Readme

Source

@sanity/data-aspects

Sanity plugin which controls how your data is presented.

HOWEVER

We'll re-design how control of data presentation is handed over to a sanity studio maintainer. Hang on for snake tornado.

Usage

Ensure you have data-aspects as a plugin in you Sanity installation. Either:

The config file config/@sanity/data-aspects.json lets you control how your data is listed , e.g.:

{
  "typeOptions": {
    "article": {
      "displayName": "Article",
      "itemDisplayField": "name"
    },
    "siteConfig": {
      "displayName": "Site configuration",
      "itemDisplayField": "title"
    }
  }
}

Refer to https://github.com/sanity-io/desk-tool/blob/current/src/SchemaPaneResolver.js for an example on how the DataAspectsResolver can be used.

License

MIT-licensed.

Keywords

FAQs

Last updated on 01 Sep 2022

Did you know?

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc