JSPM

@sanity/data-aspects

2.29.5-get-started-template.13+1f2e78fb8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3487
  • Score
    100M100P100Q129591F
  • License MIT

Sanity plugin which controls how your data is presented

Package Exports

  • @sanity/data-aspects
  • @sanity/data-aspects/lib/DataAspectsResolver.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sanity/data-aspects) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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.