Skip to content
Snippets Groups Projects
Commit 051161f4 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #17999 TIME 0:10 link change value align

parent ec019d50
No related branches found
No related tags found
No related merge requests found
......@@ -59,17 +59,17 @@
<ion-item>
<ion-label>{{ 'lang.left' | translate}}</ion-label>
<ion-radio slot="start" value="left"></ion-radio>
<ion-radio slot="start" value="L"></ion-radio>
</ion-item>
<ion-item>
<ion-label>{{ 'lang.center' | translate}}</ion-label>
<ion-radio slot="start" value="center"></ion-radio>
<ion-radio slot="start" value="C"></ion-radio>
</ion-item>
<ion-item>
<ion-label>{{ 'lang.right' | translate}}</ion-label>
<ion-radio slot="start" value="right"></ion-radio>
<ion-radio slot="start" value="R"></ion-radio>
</ion-item>
</ion-radio-group>
<ion-item>
......
......@@ -26,7 +26,7 @@ export class CustomizationComponent implements OnInit, OnDestroy {
watermark = {
enabled: false,
text: 'Document n°[id]',
align: 'right',
align: 'R',
posY: 10
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment