mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-22 01:51:03 +00:00
actually allow showing images in tile.js
This commit is contained in:
parent
69aa2deee2
commit
50585580d0
1 changed files with 2 additions and 0 deletions
2
tile.js
2
tile.js
|
@ -145,6 +145,8 @@ var config = {
|
||||||
<select class='btn btn-default' v-model="info_text_source">
|
<select class='btn btn-default' v-model="info_text_source">
|
||||||
<option value="a">Text A</option>
|
<option value="a">Text A</option>
|
||||||
<option value="b">Text B</option>
|
<option value="b">Text B</option>
|
||||||
|
<option value="image_a">Image A</option>
|
||||||
|
<option value="image_b">Image B</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class='col-xs-3'>
|
<div class='col-xs-3'>
|
||||||
|
|
Loading…
Reference in a new issue