Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions schemas/richtextproperties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,15 @@ RichTextBackground:
minimum: 0
default: 0
example: 10
wrap:
description: |
When true, the background pill shrinks to fit the rendered text bounding box plus the
asset's padding (and stroke width, if present), producing a pill or badge effect. When
false (default), the background fills the full asset content area. Available on
rich-text and rich-caption assets only; not supported on legacy `type: text`.
type: boolean
default: false
example: true
additionalProperties: false
type: object

Expand Down
Loading