updated core
This commit is contained in:
@@ -98,7 +98,7 @@ class TextField extends CckFieldPluginBase {
|
||||
}
|
||||
|
||||
$process = [
|
||||
'plugin' => 'iterator',
|
||||
'plugin' => 'sub_process',
|
||||
'source' => $field_name,
|
||||
'process' => $process,
|
||||
];
|
||||
|
||||
@@ -90,7 +90,7 @@ class TextField extends FieldPluginBase {
|
||||
}
|
||||
|
||||
$process = [
|
||||
'plugin' => 'iterator',
|
||||
'plugin' => 'sub_process',
|
||||
'source' => $field_name,
|
||||
'process' => $process,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user