Provide a hook for modifying the suggestions list

Created on 14 June 2023, almost 2 years ago

Problem/Motivation

I would like to set additional attributes on the link element being created. Currently, the module returns data-entity-{type|substitition|uuid], but for our decoupled architecture and styling we want/need to also include bundle|id|internal-href.

With CK4 this was possible through hook_form_alter. With CK5, and the form being rendered by the UI, it is cumbersome to manipulate the element attributes. Any logic beyond simple entity attribute selection would require an entire custom MatcherPlugin + manipulation of the existing plugin definition and/or significant configuration changes to use the custom plugin.

Being able to modify the suggestion list would easily allow additional, complex data to be returned and also allow more contextual filtering (eg: only suggest links to content of the same type). A custom CK5 plugin would still be needed but would be far simpler with the data already present in the suggestion results.

Proposed resolution

Implement `\Drupal::moduleHandler()->alter` to allow other modules to modify the suggestion list.

✨ Feature request
Status

Active

Version

6.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States wweibel

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024