Woji Piskorz

Results 6 comments of Woji Piskorz

How woud you add an Image module to it aswell?

@safejace would you mind explaining a bit how you were able to do so? I'm trying for SanityContent to work with images in body but I still have only an...

@safejace Thanks for a quick response :). But the sanitizer like that doesn't work. I'm also not sure exactly how it works. so the sanitizer props should detect the root...

documentFile.ts ``` defineField({ name: 'tableOfContent', title: 'Table of Content', type: 'blockContent', hidden: ({ document }) => !document?.isGuidebook, description: 'The table of content for the guidebook', }), ``` blockContent.ts is a...

"tableOfContent": [ { "_key": "5d4d93dc892d", "_type": "block", "children": [ { "_key": "df7b8b9c4e310", "_type": "span", "marks": [], "text": "Wstęp: o mnie" } ], "level": 1, "listItem": "number", "markDefs": [], "style": "normal"...