plane-page-insert-image
Insert an already-uploaded image asset into a page by generating and appending an image component element.
Instructions
Insert an already-uploaded image asset into a page. Generates the proper element and appends it to the page content. Upload the image first with plane-asset-upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Display width in pixels | |
| height | No | Display height in pixels | |
| caption | No | Optional caption text below the image | |
| page_id | Yes | Page UUID | |
| asset_id | Yes | Asset UUID from plane-asset-upload | |
| alignment | No | Image alignment | center |
| project_id | Yes | Project UUID |