forked from 0x2620/pandora
config: add notes item key; fix user.ui.showLayers in indiancinema config
This commit is contained in:
parent
e94c146df0
commit
2802b6b691
4 changed files with 26 additions and 2 deletions
|
@ -340,6 +340,12 @@
|
||||||
"format": {"type": "ColorPercent", "args": [1, true]},
|
"format": {"type": "ColorPercent", "args": [1, true]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "notes",
|
||||||
|
"title": "Notes",
|
||||||
|
"type": "text",
|
||||||
|
"capability": "canEditMetadata"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "id",
|
"id": "id",
|
||||||
"title": "ID",
|
"title": "ID",
|
||||||
|
|
|
@ -370,6 +370,12 @@
|
||||||
"columnWidth": 90,
|
"columnWidth": 90,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "notes",
|
||||||
|
"title": "Notes",
|
||||||
|
"type": "text",
|
||||||
|
"capability": "canEditMetadata"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "subtitles",
|
"id": "subtitles",
|
||||||
"title": "Subtitles",
|
"title": "Subtitles",
|
||||||
|
@ -772,8 +778,8 @@
|
||||||
"showIconBrowser": false,
|
"showIconBrowser": false,
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
"showLayers": {
|
"showLayers": {
|
||||||
"privatenotes": true,
|
"keywords": true,
|
||||||
"publicnotes": true,
|
"notes": true,
|
||||||
"subtitles": true
|
"subtitles": true
|
||||||
},
|
},
|
||||||
"showMapControls": false,
|
"showMapControls": false,
|
||||||
|
|
|
@ -228,6 +228,12 @@
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "notes",
|
||||||
|
"title": "Notes",
|
||||||
|
"type": "text",
|
||||||
|
"capability": "canEditMetadata"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "id",
|
"id": "id",
|
||||||
"title": "ID",
|
"title": "ID",
|
||||||
|
|
|
@ -187,6 +187,12 @@
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "notes",
|
||||||
|
"title": "Notes",
|
||||||
|
"type": "text",
|
||||||
|
"capability": "canEditMetadata"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "id",
|
"id": "id",
|
||||||
"title": "ID",
|
"title": "ID",
|
||||||
|
|
Loading…
Reference in a new issue