mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
9dc4e99aca
- the traslation feature without the changes from other branches
12 lines
486 B
HTML
12 lines
486 B
HTML
<my-widget-config [widgetComponent]="this">
|
|
<ng-template #widgetParamsTemplate let-widget="widget">
|
|
<label class="label-block">
|
|
{{'Channel Name' | translate}}
|
|
<input type="text" class="form-control"
|
|
placeholder="TwitchUsername"
|
|
[(ngModel)]="widget.dimension.newData.channelName" name="widget-url-{{widget.id}}"
|
|
[disabled]="isUpdating"/>
|
|
</label>
|
|
</ng-template>
|
|
</my-widget-config>
|