🐞

Rebar Widgets

NameTypeDescriptionExampleWidget

Renders a customizable chat component

Renders the content blocks on the page

Renders a header widget onto the LivePage

Renders a live-bar widget onto the LivePage

Renders a menu, a subset of the header. It can be used to render a separate menu onto the page. The attribute name is compulsory and it should match an existing menu in the header.

StringBoolean

Indicates whether to render all the created content blocks.

“true”

StringBlock Name

Renders all content blocks excluding the blocks with matching names

“block-name-1, block-name-2”

StringBlock Name

Render the set of blocks with matching names

“block-name-3, block-name-4”

name refers to the name of the menu to be rendered

name refers to the name of the menu to be rendered

defines the channel Id

”{{project.id}}-vod-general-training-day3-chat”

defines the height as it is position to fixed

“80%”

defines where the chat to pop up

“right” | “left”

defines the width the chat can consume

“300px”

Enum

defines the label of the chat room when drawer is visible

“Chat”

defines the theme dark/light

“dark” | “light”

defines the channel Id

“VOD Day 3 General Training”