Problem/Motivation

The config schema declaration is slightly incorrect so that in effect, the cdn_hostname does not get recognized. This leads to a warning during installation:

[warning] Schema errors for bunny_optimizer.settings with the following errors: bunny_optimizer.settings:cdn_hostname missing schema. These errors mean there is configuration that does not comply with its schema. This is not a fatal error, but it is recommended to fix these issues. For more information on configuration schemas, check out the documentation.

Steps to reproduce

Install a profile with this module as part of it.

Proposed resolution

Fix the config schema. The problem is that there is an unnecessary level of nesting in the schema. Simply removing that fixes the warning.

Remaining tasks

User interface changes

-

API changes

-

Data model changes

-

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

tstoeckler created an issue. See original summary.

tstoeckler’s picture

Status: Active » Needs review

dieterholvoet’s picture

Status: Needs review » Fixed

Nice catch! Thanks.

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.

tstoeckler’s picture

Wow, awesome, thanks, also for the quick response!

Status: Fixed » Closed (fixed)

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