From b13ca67d7859230359baab1ec5aedb3f4a4a2d06 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 24 Mar 2020 16:23:46 +0100 Subject: [PATCH] Fix section title block --- client/src/components/content-blocks/ContentComponent.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/components/content-blocks/ContentComponent.vue b/client/src/components/content-blocks/ContentComponent.vue index 4332a037..9f40af6e 100644 --- a/client/src/components/content-blocks/ContentComponent.vue +++ b/client/src/components/content-blocks/ContentComponent.vue @@ -32,6 +32,7 @@ import ThinglinkBlock from '@/components/content-blocks/ThinglinkBlock'; import GeniallyBlock from '@/components/content-blocks/GeniallyBlock'; import SubtitleBlock from '@/components/content-blocks/SubtitleBlock'; + import SectionTitleBlock from '@/components/content-blocks/SectionTitleBlock'; import ContentListBlock from '@/components/content-blocks/ContentListBlock'; import ModuleRoomSlug from '@/components/content-blocks/ModuleRoomSlug'; import Assignment from '@/components/content-blocks/assignment/Assignment'; @@ -56,6 +57,7 @@ 'infogram_block': InfogramBlock, 'genially_block': GeniallyBlock, 'subtitle': SubtitleBlock, + 'section_title': SectionTitleBlock, 'content_list': ContentListBlock, 'module_room_slug': ModuleRoomSlug, 'thinglink_block': ThinglinkBlock, @@ -102,6 +104,7 @@ .content-component { position: relative; + &--bookmarked { }