Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement raw edit mode in Zebra #4

Open
hlubek opened this issue May 4, 2023 · 2 comments
Open

Implement raw edit mode in Zebra #4

hlubek opened this issue May 4, 2023 · 2 comments

Comments

@hlubek
Copy link
Contributor

hlubek commented May 4, 2023

The most straightforward way to implement the raw editing mode would be to render it in Zebra with generic components (in Preview if the current editPrevieMode is rawContent).

For that we'd need to re-implement the Fusion based raw content mode rendering and add the CSS dynamically.

@networkteam-lange
Copy link

For now, what do you think about shipping this config to deactivate this not working editPreviewMode?

Neos:
  Neos:
    userInterface:
      editPreviewModes:
        rawContent: []

@hlubek
Copy link
Contributor Author

hlubek commented May 4, 2023

For now, what do you think about shipping this config to deactivate this not working editPreviewMode?

Neos:
  Neos:
    userInterface:
      editPreviewModes:
        rawContent: []

Yes, we could add this to Settings.yaml in Networkteam.Neos.Next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants