Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DCS-7774] Add new configurable stamp properties for Enterprise Viewer 4.0 #1565

Merged
merged 2 commits into from
Sep 13, 2024
Merged
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
96 changes: 96 additions & 0 deletions enterprise-viewer/latest/config/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,102 @@ A stamp image opacity for Custom Stamp 5. The value must be equal or larger than

Default value: ``

### stampApprovedLabel

A custom label for **Approved** stamp. Configuring this value does not affect the stamp behavior.

>**Note:** Text cannot be localized based on the browser's language once it has been configured.

Default value: ""

### stampApprovedHelpText

A custom helper text for **Approved** stamp.

>**Note:** Text cannot be localized based on the browser's language once it has been configured.

Default value: ""

### stampPaidLabel

A custom label for **Paid** stamp. Configuring this value does not affect the stamp behavior.

>**Note:** Text cannot be localized based on the browser's language once it has been configured.

Default value: ""

### stampPaidHelpText

A custom helper text for **Paid** stamp.

>**Note:** Text cannot be localized based on the browser's language once it has been configured.

Default value: ""

### stampReviewedLabel

Acustom label for **Reviewed** stamp. Configuring this value does not affect the stamp behavior.

>**Note:** Text cannot be localized based on the browser's language once it has been configured.

Default value: ""

### stampReviewedHelpText

A custom helper text for **Reviewed** stamp.

>**Note:** Text cannot be localized based on the browser's language once it has been configured.

Default value: ""

### stampAcceptedLabel

A custom label for **Accepted** stamp.

>**Note:** Text cannot be localized based on the browser's language once it has been configured.

Default value: ""

### stampAcceptedHelpText

A custom helper text for **Accepted** stamp.

>**Note:** Text cannot be localized based on the browser's language once it has been configured.

Default value: ""

### stampRejectedLabel

A custom label for **Rejected** stamp.

>**Note:** Text cannot be localized based on the browser's language once it has been configured.

Default value: ""

### stampRejectedHelpText

A custom helper text for **Rejected** stamp.

>**Note:** Text cannot be localized based on the browser's language once it has been configured.

Default value: ""

### stampCheckmarkLabel

A custom label for **Checkmark** stamp. Configuring this value does not affect the stamp behavior.

>**Note:** Text cannot be localized based on the browser's language once it has been configured.

Default value: ""

### stampCheckmarkHelpText

A custom helper text for **Checkmark** stamp.

>**Note:** Text cannot be localized based on the browser's language once it has been configured.

Default value: ""

## OpenContent - default properties

The following section outlines all configurable default properties for OpenContent.
Expand Down