gatsby-source-sanity icon indicating copy to clipboard operation
gatsby-source-sanity copied to clipboard

Block Content list style is missing

Open primozpadar opened this issue 3 years ago • 0 comments
trafficstars

When using block content field in sanity

{
...
  type: 'array',
  of: [{ type: 'block' }]
{

plugin in gatsby does not populate list value (bullet or number). It is always null. (it should be probably changed to listItem which can be found in sanity vision)

{
  "list": null,
  "style": "normal",
  "children": [
    ...
  ],
...

primozpadar avatar Jul 06 '22 22:07 primozpadar