Problem/Motivation

The module uses configuration values but has no schema defined for a new value introduced in #3194493.

Proposed resolution

Add schema and update hook to resave the module's configuration according to it.

Remaining tasks

  • Update schema file
  • Add update hook

User interface changes

None

API changes

None

Data model changes

The schema will force the config values into types defined in the schema.

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

kekkis created an issue. See original summary.

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

kekkis’s picture

Status: Active » Closed (works as designed)

This actually already exists, has existed since the beginning in the module. Sorry for the confusion.

kekkis’s picture

Title: Missing config schema » Missing config schema regarding new consent mode option
Issue summary: View changes
Status: Closed (works as designed) » Needs review

Was too hasty closing the issue. Updated title, summary and reopened.

kekkis’s picture

Updating issue credit.

  • kekkis committed 82432db0 on 8.x-1.x authored by HeikkiY
    Issue #3194698 by HeikkiY, kekkis: Missing config schema regarding new...
kekkis’s picture

Status: Needs review » Fixed
heikkiy’s picture

Status: Fixed » Closed (fixed)