matrix-dimension/web/app/configs/widget/spotify/spotify.widget.component.html
Ahmad 9dc4e99aca translation
- the traslation feature without the changes from other branches
2020-10-23 13:30:20 +02:00

13 lines
664 B
HTML

<my-widget-config [widgetComponent]="this">
<ng-template #widgetParamsTemplate let-widget="widget">
<label class="label-block">
{{' Spotify URI' | translate}}
<span class="text-muted">{{'Click \'share\' from your favourite playlist, artist, track, or album and paste the Spotify URI here.' | translate}}</span>
<input type="text" class="form-control"
placeholder="spotify:artist:7CajNmpbOovFoOoasH2HaY"
[(ngModel)]="widget.dimension.newData.uri" name="widget-uri-{{widget.id}}"
[disabled]="isUpdating"/>
</label>
</ng-template>
</my-widget-config>