bricks_update_element
Merge new settings into a Bricks element's existing settings on a page. Use the element ID to update specific element properties.
Instructions
Update a specific element's settings on a page (by element ID). Merges new settings with existing ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site key for multi-site support. Available: main. Defaults to "main". | |
| post_id | Yes | The page/post ID | |
| element_id | Yes | The Bricks element ID to update | |
| settings | Yes | Settings to merge into the element's existing settings | |
| post_type | No | Post type slug. Use "pages" for pages, "posts" for posts, or any registered CPT slug (e.g., "product", "portfolio"). Defaults to "pages". |