mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2024-11-23 10:31:03 +00:00
fix layout in module configuration
This commit is contained in:
parent
1f6e97d165
commit
2e56d61976
1 changed files with 3 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
||||||
"type": "section"
|
"type": "section"
|
||||||
}, {
|
}, {
|
||||||
"title": "Font",
|
"title": "Font",
|
||||||
"ui_width": 6,
|
"ui_width": 12,
|
||||||
"name": "font",
|
"name": "font",
|
||||||
"type": "font",
|
"type": "font",
|
||||||
"default": "silkscreen.ttf"
|
"default": "silkscreen.ttf"
|
||||||
|
@ -23,7 +23,6 @@
|
||||||
"ui_width": 4,
|
"ui_width": 4,
|
||||||
"name": "show_track",
|
"name": "show_track",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"hint": "Show colored bars in 'all talks', track name in 'next talk'",
|
|
||||||
"default": true
|
"default": true
|
||||||
}, {
|
}, {
|
||||||
"title": "Schedule",
|
"title": "Schedule",
|
||||||
|
@ -42,14 +41,14 @@
|
||||||
"hint": "Define all rooms in your schedule and assign them to devices",
|
"hint": "Define all rooms in your schedule and assign them to devices",
|
||||||
"items": [{
|
"items": [{
|
||||||
"title": "Room Name",
|
"title": "Room Name",
|
||||||
"ui_width": 3,
|
"ui_width": 6,
|
||||||
"name": "name",
|
"name": "name",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"hint": "Name of this room in your events native language",
|
"hint": "Name of this room in your events native language",
|
||||||
"default": ""
|
"default": ""
|
||||||
}, {
|
}, {
|
||||||
"title": "Serial",
|
"title": "Serial",
|
||||||
"ui_width": 3,
|
"ui_width": 6,
|
||||||
"name": "serial",
|
"name": "serial",
|
||||||
"type": "device",
|
"type": "device",
|
||||||
"default": ""
|
"default": ""
|
||||||
|
|
Loading…
Reference in a new issue