Needs review
Project:
External Links
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Apr 2026 at 16:05 UTC
Updated:
6 Apr 2026 at 16:56 UTC
Jump to comment: Most recent
extlink.settings contains translatable values, so it must have a language code. https://www.drupal.org/node/3427629
This is checked by LangcodeRequiredIfTranslatableValuesConstraint.
\Drupal::service('config.typed')->createFromNameAndData(
'extlink.settings',
\Drupal::service('config.factory')->get('extlink.settings')->get()
)->validate();
Add langcode to the default configuration and add it to existing config in an update hook.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
travis-bradbury commented