Add UI help
This commit is contained in:
parent
e182930da5
commit
ddd64c88fb
@ -29,7 +29,7 @@
|
||||
<tb-markdown-editor [fxShow]="!markdownWidgetSettingsForm.get('useMarkdownTextFunction').value"
|
||||
formControlName="markdownTextPattern"
|
||||
label="{{ 'widgets.markdown.markdown-text-pattern' | translate }}"
|
||||
helpId="widget/editor/test">
|
||||
helpId="widget/editor/widget_js_markdown_pattern">
|
||||
</tb-markdown-editor>
|
||||
<tb-css formControlName="markdownCss"
|
||||
label="{{ 'widgets.markdown.markdown-css' | translate }}">
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
<mat-form-field [fxShow]="!qrCodeWidgetSettingsForm.get('useQrCodeTextFunction').value">
|
||||
<mat-label translate>widgets.qr-code.qr-code-text-pattern</mat-label>
|
||||
<input required matInput formControlName="qrCodeTextPattern">
|
||||
<mat-hint>{{ 'widgets.qr-code.qr-code-text-pattern-hint' | translate }}</mat-hint>
|
||||
<mat-error *ngIf="qrCodeWidgetSettingsForm.get('qrCodeTextPattern').hasError('required')">
|
||||
{{ 'widgets.qr-code.qr-code-text-pattern-required' | translate }}
|
||||
</mat-error>
|
||||
|
||||
@ -4190,6 +4190,7 @@
|
||||
"qr-code": {
|
||||
"use-qr-code-text-function": "Use QR code text function",
|
||||
"qr-code-text-pattern": "QR code text pattern (for ex. '${entityName} | ${keyName} - some text.')",
|
||||
"qr-code-text-pattern-hint": "QR code text pattern get keys only from the first entity in the entity alias.",
|
||||
"qr-code-text-pattern-required": "QR code text pattern is required.",
|
||||
"qr-code-text-function": "QR code text function"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user