TimOetting / kirby-builder

A site builder extension for Kirby CMS
398 stars 50 forks source link

Field called 'label' error #117

Closed jimhaakman closed 2 years ago

jimhaakman commented 5 years ago

When a field is called 'label' you get an error kirby array_merge(): Expected parameter 2 to be an array, null given

I think because it tries to read the value for translation through i18n. Only label inside a field should be checked for translation.

findthebug commented 5 years ago

check: https://github.com/TimOetting/kirby-builder/issues/127

TimOetting commented 2 years ago

Closing this issue because this plugin will no longer be maintained, as its main functionality can be replaced by Kirby's built-in Blocks Field and Layout Field.