Post Composer Page
Last updated
Last updated
The Post Composer Page enables users to create and edit post by inputting text content and attaching media and files. It uses AmityMediaAttachmentComponent and AmityDetailedMediaAttachmentComponent to attach media and files.
Feature | Description |
Post Composition | User can create a post with text content, images, videos and files by attaching them. |
Post Editing | User can edit a existing post by using this page in edit mode. |
Config ID | Type | Description |
---|---|---|
post_composer_page/*/* | Theme | User can customize page theme. |
post_composer_page/*/close_button | Element | User can update close button icon. |
post_composer_page/*/community_display_name | Element | User can hide community name on navigation bar. |
post_composer_page/*/create_new_post_button | Element | User can change wording of post button on navigation bar. |
post_composer_page/*/edit_post_button | Element | User can change wording of save button on navigation bar if this page is used as edit mode for editing post. |
post_composer_page/*/edit_post_title | Element | User can change navigation title appeared in the edit mode. |
For more details customization, please refer to Customization page.
The Post Composer page can be used in two modes, creation mode to create a new post and editing mode to edit the existing post.
Custom navigation behavior can be implemented to enhance or modify the interaction flow on the AmityPostComposerPage.
For more details, please refer to Overriding Navigation Behavior page.