@richtext
Add editable rich text areas with Typography styling support
Syntax
@richtext("identifier", title: "Display Title")@richtext("identifier", title: "Display Title", default: "Default content")Parameters
Parameter
Required
Description
Examples
Basic Rich Text Area
@richtext("content", title: "Typography")With Default Content
@richtext("heading", default: "Hello World!")Article Content
Hero Section
Using @richtext Inside an @each Loop
Typography Integration
When to Use @richtext
Related
Last updated
Was this helpful?

