Problem/Motivation

We are using Domain module in our site, and we have 2 different Domain Records. For each domain, we have different settings. e.g. Background: blue, gray for Domain 1
Background: yellow, pink for Domain 2

When the "Remember domain selection" is checked on /admin/config/domain/config-ui, if I edit DOmain 2 options last and access Domain 1 and try to edit Layout styles, the options displayed are Yellow and Pink instead of Blue and Gray.

Proposed resolution

Update the StylePluginBase::getStyleOptions to not use the getEditable and use $this->configFactory->get(static::CONFIG);

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

carolpettirossi created an issue.