fix: [layout:formLayouts] Use correct parameter for accordion header

develop-unstable
Sami Mokaddem 2022-11-28 10:01:49 +01:00
parent abd9e04a0f
commit 251331b121
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
[
'open' => true,
'header' => [
'title' => __('Meta fields')
'text' => __('Meta fields')
],
'body' => $metaTemplateString,
],

View File

@ -17,7 +17,7 @@
[
'open' => true,
'header' => [
'title' => __('Meta fields')
'text' => __('Meta fields')
],
'body' => $metaTemplateString,
],