Skip to content

merge toolbar config, don't override#529

Merged
brandonkelly merged 2 commits into5.xfrom
bugfix/522-toolbar-config
Mar 12, 2026
Merged

merge toolbar config, don't override#529
brandonkelly merged 2 commits into5.xfrom
bugfix/522-toolbar-config

Conversation

@i-just
Copy link
Contributor

@i-just i-just commented Mar 12, 2026

Description

Ensure we merge toolbar config, not override it.

Issue: if you have

{
  "toolbar": {
    "shouldNotGroupWhenFull": true
  }
}

in your field’s config options (or the JS version of it), it would get lost when instantiating the field.

This PR ensures we merge whatever’s in the Config Options with the toolbar items.

Related issues

#522

@i-just i-just requested a review from brandonkelly as a code owner March 12, 2026 10:59
[ci skip]
@brandonkelly brandonkelly merged commit ad1e922 into 5.x Mar 12, 2026
2 checks passed
@brandonkelly brandonkelly deleted the bugfix/522-toolbar-config branch March 12, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants