[PP-1] Make link widget autocomplete work (for uri and uri-reference props)

Created on 13 January 2025, 9 days ago

Overview

SDCs can have a uri or uri-reference prop. For example, my-hero's cta1href prop.

This gets mapped to the link_default widget, which normally within Drupal allows autocompletion on node title to make it easy to link to nodes.

This autocompletion isn't currently working within XB, but it would be nice to make that work.

Fixing this would exercise both integration with autocompletion JS (requiring πŸ“Œ Confirm Semi-coupled form elements can work with autocomplete Active to be solved) and would also be an example of πŸ“Œ Discover cases where is no 1:1 map between field, prop and widget values Active , since the widget value would be the node ID, the field value would be a URI that starts with entity:, and the prop value would need to be the actual URL of the node.

Proposed resolution

User interface changes

✨ Feature request
Status

Postponed

Version

0.0

Component

Page builder

Created by

πŸ‡ΊπŸ‡ΈUnited States effulgentsia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024