Skip to content

Commit

Permalink
(fix) Update the description of the printScale configuration (#2136)
Browse files Browse the repository at this point in the history
Update the description of the `printScale` configuration
  • Loading branch information
vasharma05 authored Dec 6, 2024
1 parent c41e018 commit 9e2d289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esm-patient-banner-app/src/config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const configSchema = {
},
printScale: {
_type: Type.String,
_description: 'Specifies the scale of the printout. The default value is 1.0.',
_description: 'Set the scale for the printed content. A value between 0 and 1 shrinks the content, while a value greater than 1 enlarges it. The scale must be greater than 0.',
_default: '1',
},
identifiersToDisplay: {
Expand Down

0 comments on commit 9e2d289

Please sign in to comment.