Skip to content

Instantly share code, notes, and snippets.

View AlaaCherif's full-sized avatar

Alaa Eddine Cherif AlaaCherif

  • Munich, Germany
View GitHub Profile
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Object Id="_0">
<dip version="1.0" xmlns="http://itzbund.de/ozg/bzst/post/dip/v1/">
<header environment="TEST">
<consignment>
<customerIdentifier>
<identityProvider>BZST-CERT</identityProvider>
<identifier>BZ101879679</identifier>
</customerIdentifier>
<creationTime>2024-08-23T09:31:39.971Z</creationTime>
<xsd:schema elementFormDefault="qualified"
xmlns:kafe="urn:bzst:kafe:ozg:v1"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--
Version Datum Änderung
===============================================================================================
1.1.0 29.02.2024 Überarbeitung:
- Anspruch: Art63AEUV sowie BegruendungArt63AEUV wurden neu aufgenommen.
- Registereintragung: Angaben zur Registereintragung sind bedingt
verpflichtend.
import { LexicalComposer } from '@lexical/react/LexicalComposer';
import { RichTextPlugin } from '@lexical/react/LexicalRichTextPlugin';
import { ContentEditable } from '@lexical/react/LexicalContentEditable';
import { HistoryPlugin } from '@lexical/react/LexicalHistoryPlugin';
import { AutoFocusPlugin } from '@lexical/react/LexicalAutoFocusPlugin';
import { HashtagPlugin } from '@lexical/react/LexicalHashtagPlugin';
import LexicalErrorBoundary from '@lexical/react/LexicalErrorBoundary';
import TreeViewPlugin from './plugins/TreeViewPlugin';
import ToolbarPlugin from './plugins/ToolbarPlugin';
import { HeadingNode, QuoteNode } from '@lexical/rich-text';