Log1x / acf-composer

Compose ACF Fields, Blocks, Widgets, and Option Pages with ACF Builder on Sage 10.
https://github.com/Log1x/acf-composer
MIT License
413 stars 56 forks source link

Change the order in which the fields are merged #132

Closed sanderdv closed 1 year ago

sanderdv commented 1 year ago

To make sure that settings on a field overwrite the default settings, the order in which those fields are merged are now reversed. When keys are the same, the second argument in array_merge() overwrites the first.

Log1x commented 1 year ago

thank you!