Setting sample edumed metadata keys for the editor
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 21 Mar 2014 15:18:14 +0000 (16:18 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 12 Aug 2014 09:47:13 +0000 (11:47 +0200)
apps/wiki/templates/wiki/bootstrap.html

index 5f8e92f..88d59d7 100644 (file)
                         }
                     }
                 },
+
+                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 + '/'},