Problem/Motivation
When installing this site template on Drupal core 11.4, the presence of context_mapping keys (even if empty) cause errors when updating any theme setting (including site logo).
Proposed resolution
Internally, Drupal Canvas strips id and provider keys during validation. The upstream fix would be to have Canvas similarly strip context_mapping keys. In the meantime, strip all the context_mapping keys from provided blocks that will be used in Canvas.
Issue fork event_platform_starter-3608103
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
Comment #4
mandclu commented