You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/customizing/back-office-signs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Using this binding lets the server determine which signs are present in the resp
34
34
35
35
## Displaying a Sign
36
36
37
-
To display a Sign in the backoffice, you register an entitySign extension.
37
+
To display a Sign in the backoffice, register an `entitySign` extension.
38
38
39
39
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.
0 commit comments