We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7968b commit 2b6f4dbCopy full SHA for 2b6f4db
classes/PrettyBlocksModel.php
@@ -393,7 +393,7 @@ public function updateConfig($stateRequest)
393
$fieldsRequest = array_filter($stateRequest, function ($field) {
394
return isset($field['type']) && $field['type'] !== 'title';
395
});
396
-
+
397
foreach ($fieldsRequest as $key => $field) {
398
$obj = (new FieldCore($field))->setAttribute('new_value', $field['value']);
399
$fields[$key] = $obj;
0 commit comments