Edit the created post

Please tell me how I can enable users to edit posts they have created. For example: the user created and published a post, then realized that he made a grammatical error in it. How can I enable him to edit it?

Hello, you can create an “Edit” icon in the yop of the post and link it to a new screen and call it " Edit post ". Then move to the new screen and add an input and a button.
Add an action to the button that is " update current post " then add the input to your text property in the (Posts) collection and click save.
And here’s how to edit your post

1 Like

In this case, it turns out that I’m re-editing the entire post, and if I want to fix just 1 error in a large text?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.