Problem/Motivation

One of the dependencies for the Config Simple Example module is the (Obsolete) configuration translation for Drupal 8 module which is unsupported, obsolete, and replaced by a Drupal core module.

Proposed resolution

In the modules/config_simple_example/config_simple_example.info.yml file, the following line needs to be changed.

- config_translation:config_translation

The correct line is the following line.

- drupal:config_translation

Issue fork examples-3545952

Command icon Show commands

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

avpaderno created an issue. See original summary.

oily made their first commit to this issue’s fork.

oily’s picture

Status: Active » Needs review
avpaderno’s picture

Status: Needs review » Reviewed & tested by the community

Thank you for the merge request!

This is quite straight.

avpaderno’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.