Fix subtitle and genially blocks in instruments
This commit is contained in:
parent
ba6b80dfdc
commit
cc55dbdf69
|
|
@ -22,6 +22,8 @@
|
|||
import LinkBlock from '@/components/content-blocks/LinkBlock';
|
||||
import DocumentBlock from '@/components/content-blocks/DocumentBlock';
|
||||
import SectionTitleBlock from '@/components/content-blocks/SectionTitleBlock';
|
||||
import SubtitleBlock from '@/components/content-blocks/SubtitleBlock';
|
||||
import GeniallyBlock from '@/components/content-blocks/GeniallyBlock';
|
||||
|
||||
export default {
|
||||
apollo: {
|
||||
|
|
@ -45,6 +47,8 @@
|
|||
'link_block': LinkBlock,
|
||||
'document_block': DocumentBlock,
|
||||
'section_title': SectionTitleBlock,
|
||||
'subtitle': SubtitleBlock,
|
||||
'genially_block': GeniallyBlock
|
||||
},
|
||||
|
||||
data() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue