fixed description
This commit is contained in:
parent
44cc4f6c72
commit
25dc11c69f
|
|
@ -155,6 +155,9 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
'attributes' => [
|
||||
'descriptions.en.title' => 'Title',
|
||||
'descriptions.zh_cn.title' => 'Title',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
|||
|
|
@ -156,7 +156,8 @@ return [
|
|||
*/
|
||||
|
||||
'attributes' => [
|
||||
'descriptions.en.title' => '信息标题'
|
||||
'descriptions.en.title' => '英文标题',
|
||||
'descriptions.zh_cn.title' => '中文标题',
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue