reactioncommerce / reaction-questions

Ask us questions about Reaction
1 stars 2 forks source link

Can we add new content block making ability in Operator side #11

Open rizwanatta opened 5 years ago

rizwanatta commented 5 years ago

Can we add new content block making ability in Operator side to show up on store front ui?

janus-reith commented 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.