Rich Text Label¶
Rich Text Label is a new type of field in EspoCRM is available in Ebla Labels.
Placeholder Support
Rich Text Labels support dynamic placeholders, allowing you to display entity data dynamically inside the label content.
Syntax: {fieldName}
Behavior: Placeholders are automatically replaced with the corresponding field values from the current record.
Example: Using {name} or {status} inside the Rich Text Label will display the record’s name or status dynamically.
1- Go to Administration -> Ebla Labels.
2- Create a new Rich Text Label.
3- Go to Admin -> Entity Manager -> {Entity Type} -> Fields -> Add Field -> Rich Text Label.
4- Select the Rich Text Label.


