Open rizwanatta opened 5 years ago
I implemented a WYSIWYG Editor based on draft.js some time ago. The pages are stored in the database, thri actual content is saved as escaped stringified JSON, as I wanted to avoid implementingng the whole draftJs schema in GraphQL(Still, cool if someone did this).
The Pages are served over GraphQL queries and displayed on the frontend by draftjs in read only mode. Works like a charm so far.
Can we add new content block making ability in Operator side to show up on store front ui?