This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |