Post edit page

This page provides a form to edit post content.

Limitation: Images and files can only be removed from a post. New images or files cannot be added.

Features

Feature

Description

Text editing

User can edit text content

Image removal

User can remove images

File removal

User can remove files

Usage

Create a Fragment

AmityPostEditorFragment()
        .newInstance(postId)
        .build()

Last updated