Socket
Socket
Sign inDemoInstall

@sanity/data-aspects

Package Overview
Dependencies
2
Maintainers
35
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
11K
decreased by-12.96%
Maintainers
35
Install size
1.36 MB
Created
Weekly downloads
 

Readme

Source

⚠️ THIS PACKAGE IS DEPRECATED

This package is part of Sanity Studio v2, which has been superseded by Sanity Studio v3, the current major version released on Dec 7th, 2022. This package is no longer used/needed for Sanity Studio in its current version and will be retired on Dec 7th, 2023. The core packages for Sanity Studio v2 will only receive critical bug fixes until this date.

Please head over to the documentation for Sanity Studio v3 to learn more.

@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 21 Dec 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc