config: add site.sites and site.user.ui.showAdvancedEmbedOptions

This commit is contained in:
rolux 2013-02-23 10:32:22 +05:30
parent a4c23ee42c
commit 6d8e27c043
4 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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,

View File

@ -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,