From 6d8e27c043a3971bc66b4d3113365fe80996767a Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 23 Feb 2013 10:32:22 +0530 Subject: [PATCH] config: add site.sites and site.user.ui.showAdvancedEmbedOptions --- pandora/config.0xdb.jsonc | 5 +++++ pandora/config.indiancinema.jsonc | 5 +++++ pandora/config.padma.jsonc | 5 +++++ pandora/config.pandora.jsonc | 6 ++++++ 4 files changed, 21 insertions(+) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index d4f73e35..ae863c4d 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -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 diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index dd02cfcb..5470b043 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -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 diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index de2710ab..a939fee4 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -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, diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 2ec0ca4f..af19fca8 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -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,