contentful-userland / contentful-wizard

Add walkthrough of contentful blocks to your application
https://contentful-wizard-tea.bloomca.me/courses
33 stars 0 forks source link

Feature Request: update content/entry #12

Open sesteva opened 6 years ago

sesteva commented 6 years ago

Hi, is there any way to update the content/entry ? May be posting the content back via an SDK? Would that be possible? This looks promising. Thank you!

Bloomca commented 6 years ago

@sesteva Hi!

Sorry for the late reply. Currently, there is no way to do so from this library. There are several reasons for that:

  1. we'll need to ask for CMA token (currently we display only public information)
  2. different entries might need different editors, which is hard to figure out.

Honestly, I am more concerned with the first one. We don't want to allow everyone to edit entries, so it means that there should be 2 separate interfaces, and this makes it more complicated.

What do you think?