matrix-dimension/web/app/configs/widget/youtube/youtube.widget.component.html
2017-12-23 15:30:57 -07:00

11 lines
No EOL
490 B
HTML

<my-widget-config [widgetComponent]="this">
<ng-template #widgetParamsTemplate let-widget="widget">
<label class="label-block">
Video URL
<input type="text" class="form-control"
placeholder="https://www.youtube.com/watch?v=jr2mXSKq3B4"
[(ngModel)]="widget.dimension.newData.videoUrl" name="widget-url-{{widget.id}}"
[disabled]="isUpdating"/>
</label>
</ng-template>
</my-widget-config>