forked from 0x2620/pandora
config: add site.sites and site.user.ui.showAdvancedEmbedOptions
This commit is contained in:
parent
a4c23ee42c
commit
6d8e27c043
4 changed files with 21 additions and 0 deletions
|
@ -669,6 +669,10 @@
|
|||
{"id": "rights", "title": "Rights Management"},
|
||||
{"id": "contact", "title": "Contact"}
|
||||
],
|
||||
"sites": [
|
||||
{"name": "Indiancine.ma", "url": "indiancine.ma"},
|
||||
{"name": "Pad.ma", "url": "pad.ma"}
|
||||
],
|
||||
"themes": ["oxlight", "oxmedium", "oxdark"],
|
||||
"timelines": [
|
||||
{"id": "antialias", "title": "Anti-Alias"},
|
||||
|
@ -733,6 +737,7 @@
|
|||
"section": "items",
|
||||
"sequenceMode": "shape",
|
||||
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||
"showAdvancedEmbedOptions": false,
|
||||
"showAnnotations": true,
|
||||
"showBrowser": true,
|
||||
"showCalendarControls": true, // fixme: should be false
|
||||
|
|
|
@ -667,6 +667,10 @@
|
|||
{"id": "terms", "title": "Terms of Service"},
|
||||
{"id": "contact", "title": "Contact"}
|
||||
],
|
||||
"sites": [
|
||||
{"name": "Pad.ma", "url": "pad.ma"},
|
||||
{"name": "OxDB", "url": "0xdb.org"}
|
||||
],
|
||||
"themes": ["oxlight", "oxmedium", "oxdark"],
|
||||
"timelines": [
|
||||
{"id": "antialias", "title": "Anti-Alias"},
|
||||
|
@ -731,6 +735,7 @@
|
|||
"section": "items",
|
||||
"sequenceMode": "shape",
|
||||
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||
"showAdvancedEmbedOptions": false,
|
||||
"showAnnotations": true,
|
||||
"showBrowser": true,
|
||||
"showCalendarControls": true, // fixme: should be false
|
||||
|
|
|
@ -586,6 +586,10 @@
|
|||
{"id": "license", "title": "License"},
|
||||
{"id": "contact", "title": "Contact"}
|
||||
],
|
||||
"sites": [
|
||||
{"name": "Indiancine.ma", "url": "indiancine.ma"},
|
||||
{"name": "OxDB", "url": "0xdb.org"}
|
||||
],
|
||||
"themes": ["oxlight", "oxmedium", "oxdark"],
|
||||
"timelines": [
|
||||
{"id": "antialias", "title": "Anti-Alias"},
|
||||
|
@ -651,6 +655,7 @@
|
|||
"section": "items",
|
||||
"sequenceMode": "shape",
|
||||
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||
"showAdvancedEmbedOptions": false,
|
||||
"showAnnotations": true,
|
||||
"showAnnotationsCalendar": true,
|
||||
"showAnnotationsMap": true,
|
||||
|
|
|
@ -506,6 +506,11 @@
|
|||
{"id": "license", "title": "License"},
|
||||
{"id": "contact", "title": "Contact"}
|
||||
],
|
||||
"sites": [
|
||||
{"name": "0xDB", "url": "0xdb.org"},
|
||||
{"name": "Pad.ma", "url": "pad.ma"},
|
||||
{"name": "Indiancine.ma", "url": "indiancine.ma"}
|
||||
],
|
||||
"themes": ["oxlight", "oxmedium", "oxdark"],
|
||||
"timelines": [
|
||||
{"id": "antialias", "title": "Anti-Alias"},
|
||||
|
@ -570,6 +575,7 @@
|
|||
"section": "items",
|
||||
"sequenceMode": "shape",
|
||||
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||
"showAdvancedEmbedOptions": false,
|
||||
"showAnnotations": true,
|
||||
"showAnnotationsCalendar": true,
|
||||
"showAnnotationsMap": true,
|
||||
|
|
Loading…
Reference in a new issue