Skip to content

Commit 2edd60b

Browse files
authored
Apply suggestion from @nielslyngsoe
1 parent 2ecb814 commit 2edd60b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ For example, a Document scheduled for future publishing will have a Flag defined
1818
],
1919
```
2020

21+
A Flag can be the determinant for a Sign by declaring the `forEntityFlags` as part of its Manifest.
22+
23+
Example:
2124
The server determines which signs are present in the response via the registered collection of [flag providers](../extending/flag-providers.md). A client-side extension point determines how each sign is displayed in the backoffice.
2225

2326
## Displaying a Sign

0 commit comments

Comments
 (0)