Mismatch of settings name in documentation and code

Created on 18 July 2025, 5 days ago

Problem/Motivation

The README.md suggests using $settings['config_overlay_priorities'] to control the precise priorities of the config transform subscriber.

The actual code, however uses $settings['config_overlay_export_priorities'].

(The reason is that I had the latter first, as I find the explicitly helpful, but then decided the consistency with 'config_split_priorities' was more important, but forgot to rename it in the code. Sorry about that.)

Proposed resolution

Actually use $settings['config_overlay_priorities'] in code (but keep support for $settings['config_overlay_export_priorities'] for now, for backwards-compatibility).

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇩🇪Germany tstoeckler Essen, Germany

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024