diff --git a/packages/demo/public/options-ccp-demo.json b/packages/demo/public/options-ccp-demo.json index e832934a..ea08d52a 100644 --- a/packages/demo/public/options-ccp-demo.json +++ b/packages/demo/public/options-ccp-demo.json @@ -277,5 +277,64 @@ ] } ] + }, + "negotiateOptions": { + "negotiateApp": "project-manager", + "newProjectUrl": "https://TODO-DAVID/create-query-and-design-project", + "editProjectUrl": "https://TODO-DAVID/edit-project", + "siteMapping": [ + { + "site": "Berlin", + "collection": "berlin-test" + }, + { + "site": "Dresden", + "collection": "dresden" + }, + { + "site": "Essen", + "collection": "essen" + }, + { + "site": "Frankfurt", + "collection": "frankfurt" + }, + { + "site": "Freiburg", + "collection": "freiburg" + }, + { + "site": "Hannover", + "collection": "hannover" + }, + { + "site": "Mainz", + "collection": "mainz" + }, + { + "site": "München LMU", + "collection": "muenchen-lmu" + }, + { + "site": "München TUM", + "collection": "muenchen-tum" + }, + { + "site": "Ulm", + "collection": "ulm" + }, + { + "site": "Würzburg", + "collection": "wuerzburg" + }, + { + "site": "Mannheim", + "collection": "mannheim" + }, + { + "site": "Hamburg", + "collection": "hamburg" + } + ] } }