Command Palette
Search for a command to run...
14 halaman di section ini.
Animated number/statistic counter with label.
Expandable FAQ or content accordion.
Manual breadcrumb trail (Home > Section > Page). Auto-emits BreadcrumbList JSON-LD for SEO rich result eligibility.
List of features/benefits. Items are REAL child elements of type iconListItem (each fully stylable). Add iconListItem nodes to children — do NOT use a props.items array.
Countdown timer to a target date/time.
Notification/announcement banner.
Self-contained site navigation menu. Items live in element props (not in a separate DB). Per-item dropdown can be 'none' (link only), 'simple' (text sub-menu, max depth 2), or 'mega' (designable block tree in the dropdown). Mega items render their `megaContent: BlockSchema[]` recursively.
Multi-mode site search (Bricks parity). Submits to actionUrl as GET with `?q=...` plus any additionalParams as hidden inputs. Defaults to `/search` route. Modes: `input` (form inline, server-renderable, no-JS friendly — best for hero/inline placement), `overlay` (icon button opens fullscreen modal with scale animation, ESC + close button + click-outside dismiss — best for prominent header search), `inlineReveal` (icon expands to inline input on click — best for compact navbar). Use in header templates, single_post templates, or anywhere a search affordance is needed.
Embeds a form created in Form Builder. References by formId. Confirmation behavior (success message, redirect, hide/reset, notifications) is configured per-form in Form Builder, NOT on this element.
Raw HTML block.
Embed external HTML code or widgets. Always rendered inside an isolated iframe (srcdoc) and auto-resized to content height. Viewport units (vh/svh/dvh/lvh/vw) inside the embed are automatically rewritten to absolute pixels based on the parent page viewport so '100svh' fills the device viewport instead of the iframe viewport.
Google Maps embed.
Data table with headers and rows.
A single item inside an Icon List. CHILD-ONLY: may exist ONLY as a child of iconList (never at root, never inside section/container/block/slider). Has its own full Style tab (border, padding, background) + typography slots.