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

Merge branch 'v2.x' of https://github.com/snailcatcher/typemill into snailcatcher-v2.x

This commit is contained in:
trendschau
2024-10-06 14:31:47 +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';