a tool for shared writing and social publishing
0
fork

Configure Feed

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

disable rsvp blocks

+6 -6
+6 -6
components/Blocks/BlockCommands.tsx
··· 198 198 199 199 // EVENT STUFF 200 200 201 - { 202 - name: "RSVP", 203 - icon: <RSVPSmall />, 204 - type: "event", 205 - onSelect: (rep, props) => createBlockWithType(rep, props, "rsvp"), 206 - }, 201 + // { 202 + // name: "RSVP", 203 + // icon: <RSVPSmall />, 204 + // type: "event", 205 + // onSelect: (rep, props) => createBlockWithType(rep, props, "rsvp"), 206 + // }, 207 207 { 208 208 name: "Date and Time", 209 209 icon: <BlockCalendarSmall />,