admin.mobile-app.mobile-app-qr-code-widget-settings
@if (isLoading$ | async) { } @else {
}
admin.mobile-app.applications
{{ 'admin.mobile-app.default' | translate }} {{ 'admin.mobile-app.custom' | translate }}
@if (!mobileAppSettingsForm.get('useDefaultApp').value) {
{{ 'mobile.bundle' | translate }}
}
{{ 'admin.mobile-app.android' | translate }}
{{ 'admin.mobile-app.ios' | translate }}
admin.mobile-app.appearance-on-home-page
{{ 'admin.mobile-app.enabled' | translate }} {{ 'admin.mobile-app.disabled' | translate }}
@if (mobileAppSettingsForm.get('qrCodeConfig.showOnHomePage').value) {
{{ 'admin.mobile-app.badges' | translate }} @for (badgePosition of badgePositionTranslationsMap | keyvalue; track badgePosition) { {{ badgePosition.value | translate }} }
} @if (mobileAppSettingsForm.get('qrCodeConfig.showOnHomePage').value) {
{{ 'admin.mobile-app.label' | translate }} @if (!mobileAppSettingsForm.get('qrCodeConfig.qrCodeLabel').untouched && mobileAppSettingsForm.get('qrCodeConfig.qrCodeLabel').hasError('required') || mobileAppSettingsForm.get('qrCodeConfig.qrCodeLabel').hasError('maxlength')) { warning }
} @if (mobileAppSettingsForm.get('qrCodeConfig.showOnHomePage').value) {
admin.mobile-app.preview
}