Rendering Gutenberg Editor in frontend with readOnly mode. #56526
Closed
kohheepeace
started this conversation in
General
Replies: 1 comment
-
Sorry, I see that this issue is exactly what is being discussed and under consideration for development. So I will close it.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problems
I want to use gutenberg in Ruby on Rails app, but as pointed out in this issue(#54047), the frontend rendering depends on PHP code, I need to re-write many logic to ruby. This is a somewhat heavy task.
Question
📍 Is it possible (or what do you think) to render Editor as react component in frontend with readOnly mode as follows?
This implementation is used in slate.js.
https://www.slatejs.org/examples/read-only
Of course this has downsides in terms of performance and SEO, but currently this is enough for me.
Related issues
@youknowriad @andrewserong
Beta Was this translation helpful? Give feedback.
All reactions