gatsby-source-sanity
gatsby-source-sanity copied to clipboard
Block Content list style is missing
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": [
...
],
...