Marc Henry Schultz
Marc Henry Schultz
This would to the trick: (in combination with some checks if there are unsaved (unapplied) changed) ```js public warnUserForPossibleNotSavedChanges(e: Event) { const confirmationMessage = `Es könnte sein, dass die letzten...
duplicate of https://github.com/neos/neos-ui/issues/2670#issuecomment-1276056468
https://neos-project.slack.com/archives/C050C8FEK/p1632595374322200?thread_ts=1632595374.322200&cid=C050C8FEK
i had a discussion about this in slack, the `site` was desired to be used too. Also we should probably not actually use eval undrr the hood but create a...
Congratulations to your first issue ^^ (i reworded a few things because i was confused at first :P)
Hi, what is missing for this one?
i agreed with the chachy thing, because it makes stuff faster no?
nope im not sure if my proposed fix is 100% correct - when looking deeper into the code - editors are created at two places, but the props dont match...
i came up with this: / not finished / and jsdoc comments missing ```ts export type EditorProps = { id?: string; renderHelpIcon(): JSX.Element | ""; identifier: string; label: string; options:...
Thats what i have currently ^^, note that it conflicts with https://docs.neos.io/cms/manual/extending-the-user-interface/react-extensibility-api#component-wiring where it seems that id and identifier have been mixed up. ```ts /** * Component Wiring * *...