mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
feat: add basic templates for data list items
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<ion-card>
|
||||
<ion-card-header>
|
||||
<!-- <ion-card-header>
|
||||
<span id="settingTitle" >{{ meta.getFieldValueTranslation(language, 'name', setting) }}</span>
|
||||
</ion-card-header>
|
||||
</ion-card-header> -->
|
||||
<ion-card-content>
|
||||
<ion-note >{{ meta.getFieldValueTranslation(language, 'description', setting) }}</ion-note>
|
||||
<!-- <ion-note >{{ meta.getFieldValueTranslation(language, 'description', setting) }}</ion-note> -->
|
||||
|
||||
<div [ngSwitch]="setting.input.inputType" *ngIf="isVisible" >
|
||||
<ion-item *ngSwitchCase="'toggle'">
|
||||
|
||||
Reference in New Issue
Block a user