[AAE-10377] Changed from namespace to default import (#7803)

This commit is contained in:
Amedeo Lepore 2022-09-02 10:11:50 +02:00 committed by GitHub
parent 9352daf799
commit 76bbe582f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ import { Component, OnInit, ViewEncapsulation } from '@angular/core';
import { FormService } from '../../../services/form.service'; import { FormService } from '../../../services/form.service';
import { WidgetComponent } from '../widget.component'; import { WidgetComponent } from '../widget.component';
/* cspell:disable-next-line */ /* cspell:disable-next-line */
import * as edjsHTML from 'editorjs-html'; import edjsHTML from 'editorjs-html';
@Component({ @Component({
selector: 'display-rich-text', selector: 'display-rich-text',
templateUrl: './display-rich-text.widget.html', templateUrl: './display-rich-text.widget.html',

View File

@ -22,8 +22,8 @@ import InlineCode from '@editorjs/inline-code';
import List from '@editorjs/list'; import List from '@editorjs/list';
import Marker from '@editorjs/marker'; import Marker from '@editorjs/marker';
import Underline from '@editorjs/underline'; import Underline from '@editorjs/underline';
import * as ChangeFontSize from '@quanzo/change-font-size'; import ChangeFontSize from '@quanzo/change-font-size';
import * as ColorPlugin from 'editorjs-text-color-plugin'; import ColorPlugin from 'editorjs-text-color-plugin';
export const editorJsConfig = { export const editorJsConfig = {
autofocus: true, autofocus: true,