Skip to content

Commit a61367a

Browse files
authored
Update 16/umbraco-cms/customizing/back-office-signs.md
1 parent 93f5e48 commit a61367a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/back-office-signs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To display a Sign in the backoffice, register an `entitySign` extension.
3838

3939
Typically, you’ll bind it to one or more flags returned in the server response using the `forEntityFlags` property. However, you can also provide your own logic to determine when a Sign should appear.
4040

41-
If you're using an icon variant, set kind to "icon" and provide both meta.iconName and meta.label.This ensures the user interface has the necessary visual and accessible information to render the Sign correctly.
41+
If you're using an icon variant, set `kind` to `icon` and provide both `meta.iconName` and `meta.label`. This ensures the user interface has the necessary visual and accessible information to render the Sign correctly.
4242

4343
### Example: Rendering an Entity Sign from a Server Flag
4444

0 commit comments

Comments
 (0)