From: Aleksander Ɓukasz Date: Fri, 21 Mar 2014 15:18:14 +0000 (+0100) Subject: Setting sample edumed metadata keys for the editor X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/a81cfc5e9e7262e06ccef7ea3ecb7a7fbc7241e4?ds=inline Setting sample edumed metadata keys for the editor --- 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 + '/'},