mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
AAE-37907 Move editorjs-html to dependencies (#11169)
This commit is contained in:
@@ -16,13 +16,16 @@
|
||||
*/
|
||||
|
||||
import edjsHTML from 'editorjs-html';
|
||||
|
||||
import { Injectable } from '@angular/core';
|
||||
export interface OutputData {
|
||||
version?: string;
|
||||
time?: number;
|
||||
blocks: any[];
|
||||
}
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class RichTextParserService {
|
||||
private static readonly CUSTOM_PARSER = {
|
||||
header: (block: any): string => {
|
||||
|
Reference in New Issue
Block a user