fields library
Classes
- Asset
- Storyblok Asset field
- AudioAsset
- Asset was configured in Storyblok as only pointing to an audio file
-
DefaultLink<
StoryContent> - URL or Story link
-
DefaultWithAssetLink<
StoryContent> - URL, Story or Asset link
-
DefaultWithEmailLink<
StoryContent> - URL, Story or Email link
- ImageAsset
- Asset was configured in Storyblok as only pointing to an image file
-
Link<
StoryContent> - StoryContent is used to pass the Content type to LinkStory
-
LinkAsset<
StoryContent> - Link to an asset
-
LinkEmail<
StoryContent> - Link to an email address
-
LinkStory<
StoryContent> - Link to a story Generic type StoryContent is used to resolve a type-safe story
-
LinkURL<
StoryContent> - Link to a URL
- Markdown
- String is markdown-formatted text
- Plugin
- Storyblok plugin
- RichText
- Storyblok RichText serializer
- RichTextContainer
- RichTextContainer contains leaves and other containers e.g a Paragraph can contain Text leaves but also another Paragraph.
- RichTextContainerBlok
- A list of bloks
- RichTextContainerCode
- A code text box
- RichTextContainerHeading
- A heading text box
- RichTextContainerLine
- A horizontal line
- RichTextContainerList
- An un/ordered list of Paragraphs
- RichTextContainerParagraph
- A text box Paragraph is both a Container and a Leaf since it can exist inside another Container e.g List
- RichTextContainerQuote
- A quote text box
- RichTextLeaf
- Leaves exists inside a container
- RichTextLeafEmoji
- RichTextLeafHardBreak
- New line
- RichTextLeafImage
- RichTextLeafMark
- A Mark instructs the leaf to be a certain style e.g bold, italic, underlined etc.
- RichTextLeafMarkable
- Base class of markable leaves
- RichTextLeafMarkAnchor
- RichTextLeafMarkBold
- RichTextLeafMarkCode
- RichTextLeafMarkHighlight
- RichTextLeafMarkItalic
- RichTextLeafMarkLink
- RichTextLeafMarkStrike
- RichTextLeafMarkSubscript
- RichTextLeafMarkSuperscript
- RichTextLeafMarkTextStyle
- RichTextLeafMarkUnderline
- RichTextLeafText
- Table
- Storyblok table
- Tag
- Storyblok tag
- TextAsset
- Asset was configured in Storyblok as only pointing to a text-based file
- UnrecognizedRichTextContainer
- UnrecognizedRichTextLeaf
- UnrecognizedRichTextLeafMark
- VideoAsset
- Asset was configured in Storyblok as only pointing to a video file