Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ given context. It uses the following snippet properties:
|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|
| contextKey | Key of context in which translated resource should be determined. | - |
| cultureKey | Key of culture in which translated resource should be determined. Used only in case contextKey was not specified. If both omitted the snippet the currently set cultureKey. | - |
| resourceId | ID of resource of which a translated resource should be determined. | Current resource ID |
| resourceId | ID(s) of resource(s) of which a translated resource(s) should be determined. Can be a single ID or multiple IDs string separated by commas. `1,2,3` | Current resource ID |
| showUnpublished | Flag whether to show unpublished translations. | 0 (No) |
| toPlaceholder | Flag whether to dump the output into the given placeholder's name. | - |

Expand Down