1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-30 19:00:32 +02:00

Merge branch 'snailcatcher-v2.x' into v2.x

This commit is contained in:
trendschau
2024-10-06 14:32:44 +02:00

View File

@@ -29,7 +29,7 @@ class Fields
{
# if it is a fieldset, then create a subset for the containing field and read them with a recursive function
$subSettings = $objectSettings;
$subSettings['forms'] = $fieldConfigurations;
$subSettings[$formType] = $fieldConfigurations;
$fieldset = array();
$fieldset['type'] = 'fieldset';