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:
@@ -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';
|
||||
|
Reference in New Issue
Block a user