File tree Expand file tree Collapse file tree
kolibri-common/components/labels Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 :color =" color "
5252 style =" top : 0 "
5353 />
54+ <KIcon
55+ v-if =" is (ContentNodeKinds .H5P )"
56+ :icon =" ContentNodeKinds .HTML5 "
57+ :class =" [colorClass ] "
58+ :color =" color "
59+ style =" top : 0 "
60+ />
61+ <KIcon
62+ v-if =" is (ContentNodeKinds .ZIM )"
63+ :icon =" ContentNodeKinds .DOCUMENT "
64+ :class =" [colorClass ] "
65+ :color =" color "
66+ style =" top : 0 "
67+ />
5468 <KIcon
5569 v-if =" is (ContentNodeKinds .EXAM )"
5670 icon="quiz"
161175 [ContentNodeKinds .AUDIO ]: ' audio' ,
162176 [ContentNodeKinds .DOCUMENT ]: ' document' ,
163177 [ContentNodeKinds .HTML5 ]: ' html5' ,
178+ [ContentNodeKinds .H5P ]: ' html5' ,
179+ [ContentNodeKinds .ZIM ]: ' document' ,
164180 [ContentNodeKinds .EXAM ]: ' exam' ,
165181 [ContentNodeKinds .LESSON ]: ' lesson' ,
166182 [ContentNodeKinds .SLIDESHOW ]: ' slideshow' ,
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ export const ContentNodeKinds = {
4141 EXERCISE : 'exercise' ,
4242 TOPIC : 'topic' ,
4343 HTML5 : 'html5' ,
44+ H5P : 'h5p' ,
45+ ZIM : 'zim' ,
4446 CHANNEL : 'channel' , // e.g. a root topic
4547 EXAM : 'exam' ,
4648 LESSON : 'lesson' ,
You can’t perform that action at this time.
0 commit comments