* chore: new lexical int tests and working test structure * chore: more int tests, and better lexical collection structure * fix(richtext-lexical): Blocks: unnecessary saving node value when initially opening a document
7 lines
200 B
TypeScript
7 lines
200 B
TypeScript
import { payloadPluginLexicalData } from './generatePayloadPluginLexicalData'
|
|
|
|
export const lexicalMigrateDocData = {
|
|
title: 'Rich Text',
|
|
lexicalWithLexicalPluginData: payloadPluginLexicalData,
|
|
}
|