Skip to content

Commit fe12e0c

Browse files
readd name and parent to definitions (WP-971)
1 parent b2711b0 commit fe12e0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

inc/Smartling/Extensions/Acf/AcfDynamicSupport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ private function getDatabaseDefinitions(): array
133133
$defs[$fieldKey] = [
134134
'global_type' => 'field',
135135
'type' => $field['type'],
136+
'name' => $field['name'],
137+
'parent' => $field['parent'],
136138
];
137139

138140
if ('clone' === $field['type']) {

0 commit comments

Comments
 (0)