set_gallery_featured
Pin or unpin a gallery item in the landing featured carousel and set its rank to control display order.
Instructions
Pin/unpin a Gallery item to the landing featured carousel. Set is_featured and featured_rank (lower = earlier).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | gallery_items.id | |
| is_featured | Yes | true to pin, false to unpin | |
| featured_rank | No | Sort key (e.g. 10, 20, 30). Only when is_featured=true. |