From a81cfc5e9e7262e06ccef7ea3ecb7a7fbc7241e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Fri, 21 Mar 2014 16:18:14 +0100 Subject: [PATCH] Setting sample edumed metadata keys for the editor --- apps/wiki/templates/wiki/bootstrap.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/apps/wiki/templates/wiki/bootstrap.html b/apps/wiki/templates/wiki/bootstrap.html index 5f8e92f2..88d59d76 100644 --- a/apps/wiki/templates/wiki/bootstrap.html +++ b/apps/wiki/templates/wiki/bootstrap.html @@ -64,6 +64,27 @@ } } }, + + metadataKeys: [ + 'creator.expert', + 'creator.scenario', + 'creator.textbook', + 'title', + 'relation.isPartOf', + 'publisher', + 'subject.competence', + 'subject.curriculum', + 'subject', + 'description', + 'description.material', + 'identifier.url', + 'rights', + 'rights.license', + 'format', + 'type', + 'date', + 'audience' + ], documentSaveUrl: function(id) { return '/editor/text/' + id + '/'; }, documentHistoryUrl: function(id) { return '/editor/history/' + id + '/'}, -- 2.20.1