A calm place to write long-form, and publish it to the open social web. skypress.blog/
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'commit-changes' into trunk

+5
+5
src/components/SkyEditor.tsx
··· 74 74 iso: { 75 75 moreMenu: false, 76 76 footer: true, 77 + // Adds a settings (gear) button to the toolbar that opens the block 78 + // inspector as a popover (e.g. an image block's Alt text field). 79 + toolbar: { 80 + inspector: true, 81 + }, 77 82 blocks: { 78 83 allowBlocks: [ ...ALLOWED_BLOCKS ], 79 84 },