Skip to content

Commit 459ea8d

Browse files
authored
Update back-office signs documentation with example
Added example JSON for using 'forEntityFlags' in Sign manifest.
1 parent 2edd60b commit 459ea8d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ For example, a Document scheduled for future publishing will have a Flag defined
2121
A Flag can be the determinant for a Sign by declaring the `forEntityFlags` as part of its Manifest.
2222

2323
Example:
24+
```json
25+
...
26+
forEntityFlags: "Umb.ScheduledForPublish",
27+
...
28+
```
29+
2430
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.
2531

2632
## Displaying a Sign
2733

28-
TBC
34+
TBC

0 commit comments

Comments
 (0)