Breakdown of what components are supported under the Lore editor
Hyype's platform native lore editor is a variant of widely popular & opensource Editorjs which is a Block-Styled editor. Blocks are structural units, of which the Entry is composed. For example, Paragraph, Heading, Image, Video, List are all blocks.
Editor blocks
This is aimed at providing flexibility on how you would want to render a block when you display the lore natively in your frontend.
A few examples of block json structures are included below:
paragraph
image
video
quote
embed
1
{
2
"id": "tbqvAKSuyg",
3
"type": "paragraph",
4
"data": {
5
"text": "<b>There has always been a bit of mystery surrounding this one. </b>"
Check out the Editorjs github to get started with creating an editor which matches your need. Or you can use the Hyype Editor (coming soon) react component with the entire lore-posting workflow baked in.
Supported block types
Here are the block types which are supported via this endpoint while creating a lore: