- 🇩🇪Germany Anybody Porta Westfalica
For some of these values, it would also be super helpful to have a UI for that. In my current case for the fragment: ✨ Allow entering a fragment attribute Active
In #2233883: Link migration needs to convert source url into the appropriate route format for storage → we've complete the config schema for the link field. This has exposed missing test coverage.
+ options:
+ type: mapping
+ label: 'Link options'
+ mapping:
+ query:
+ type: sequence
+ label: 'Url query key value pairs'
+ sequence:
+ - type: string
+ fragment:
+ type: string
+ label: 'Url fragment'
+ absolute:
+ type: boolean
+ label: 'Is this Url absolute'
+ https:
+ type: boolean
+ label: 'If the Url should use a secure protocol'
+ attributes:
+ type: sequence
+ label: 'Link attributes'
+ sequence:
+ - type: string
It is possible that the "attributes" is dead code... from an IRC chat with @GaborHojtsy
14:35 GaborHojtsy
alexpott: what are even link attributes?!
14:36 GaborHojtsy
alexpott: that looks liek some contrib extension point that is not well defined at all
14:36 alexpott
GaborHojtsy: no clue
14:36 GaborHojtsy
// Exposing the attributes array in the widget is left for alternate and more
14:36 GaborHojtsy
// advanced field widgets.
14:36 GaborHojtsy
$element['attributes'] = array(
14:36 GaborHojtsy
alexpott: that is in LinkWidget
14:37 GaborHojtsy
alexpott: but Url::_construct() does not allow for an ‘attributes’ field for Urls… so it may be set but then not actually used here
14:38 GaborHojtsy
alexpott: so its some unclear contrib extension point at best AFAIS
14:38 alexpott
GaborHojtsy: it might well be dead code
Active
11.0 🔥
link.module
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
For some of these values, it would also be super helpful to have a UI for that. In my current case for the fragment: ✨ Allow entering a fragment attribute Active