v1.2.10 - Dynamic Image focus point support
Focus point editor support for Etch Dynamic Image elements
The focus point editor now handles the Etch Dynamic Image element (etch/dynamic-image) in the builder.
Added
- Focus point detection for the Dynamic Image element, identified via its unique
src (Static URL - Optional/Fallback)field - Picker is shown when a Dynamic Image has a fixed WP Media ID, reusing the existing etch:img focus point flow
- Explanatory notice for Dynamic Images with a dynamic source (e.g. loop expressions like
{item.attachment_id}), directing users to set focus points per image in the Media Library
Verified
- Regular image and etch:img pickers remain unaffected
- No false detection of dynamic image panels
- Notice renders without triggering a mutation-observer feedback loop
Note: Front-end rendering and the canvas preview already applied focus positions to dynamic images; this release adds the missing builder-side editor UI.