- Issue created by @capysara
- 🇺🇸United States capysara
capysara → changed the visibility of the branch 3507808-undefined-array-key to hidden.
- 🇺🇸United States capysara
capysara → changed the visibility of the branch 3507808-anchor-mapping-in-embedcodeurlbuilder to hidden.
- Issue was unassigned.
- Status changed to Needs review
about 2 months ago 3:25pm 24 July 2025 - First commit to issue fork.
- 🇮🇳India rajeshreeputra Pune
The anchor mapping differs between Drupal and the DAM system. In Drupal, the key is used to map the attribute, while the value is presented in a dropdown(or other) field for better readability (e.g., "Top Left," "Top Right"). Conversely, the DAM expects the equivalent values in a different format (e.g., "nw," "ne," etc.). This is why we have the $anchor_mapping array in the DAM's EmbedCodeUrlBuilder class.
Hope this resolves your concern. Hence closing.