mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[AAE-10377] Changed from namespace to default import (#7803)
This commit is contained in:
parent
9352daf799
commit
76bbe582f8
@ -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',
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user