Documentation
¶
Index ¶
Constants ¶
View Source
const TYPE_BREADCRUMBS = "breadcrumbs"
View Source
const TYPE_CODE = "code"
View Source
const TYPE_COLUMN = "column"
View Source
const TYPE_CONTAINER = "container"
View Source
const TYPE_DIV = "div"
View Source
const TYPE_HEADING = "heading"
View Source
const TYPE_HYPERLINK = "hyperlink"
View Source
const TYPE_ICON = "icon"
View Source
const TYPE_IMAGE = "image"
View Source
const TYPE_LIST_ITEM = "list_item"
View Source
const TYPE_ORDERED_LIST = "ordered_list"
View Source
const TYPE_PARAGRAPH = "paragraph"
View Source
const TYPE_RAW_HTML = "raw_html"
View Source
const TYPE_ROW = "row"
View Source
const TYPE_SECTION = "section"
View Source
const TYPE_TEXT = "text"
View Source
const TYPE_UNORDERED_LIST = "unordered_list"
Variables ¶
This section is empty.
Functions ¶
func BlockEditorDefinitions ¶
func BlockEditorDefinitions() []blockeditor.BlockDefinition
func New ¶
func New(blocks []ui.BlockInterface) *theme
Types ¶
This section is empty.
Source Files
¶
- block_editor_definitions.go
- bootstrap_icon_list.go
- breadcrumbs_to_html.go
- column_to_html.go
- consts.go
- container_to_html.go
- div_to_html.go
- heading_to_html.go
- hyperlink_to_html.go
- icon_to_html.go
- image_to_html.go
- paragraph_to_html.go
- raw_to_html.go
- row_to_html.go
- section_to_html.go
- text_to_html.go
- theme.go
- ul_to_html.go
Click to show internal directories.
Click to hide internal directories.