Standards Docs
ReferenceSchema

richtext

Create a richtext attribute builder for Tiptap-based rich text content

Create a richtext attribute builder for Tiptap-based rich text content

Signature

<TName extends string>(config: TypedBuilderConfig<TName>): RichtextAttributeBuilder<TName, false>

Examples

Basic usage
```typescript
richtext({ name: "content", label: "Content" })
.required()

On this page