全栈小学生 02c1436e28 addon
2023-05-20 18:29:35 +08:00

32 lines
892 B
PHP

<?php
return [
'BASICS' => [
'title' => get_lang('enum_diy.component_type_basics'),
'list' => [
'TestInfo' => [
'title' => '测试信息',
'icon' => 'iconfont-iconhuiyuanzhongxin',
'path' => 'edit-hello-info',
'support_page' => [],
'max_count' => 0,
'sort' => 10007,
'value' => [
'height' => 20
],
],
'TestText' => [
'title' => '测试文本',
'icon' => 'iconfont-iconhuiyuanzhongxin',
'path' => 'edit-hello-text',
'support_page' => [],
'max_count' => 0,
'sort' => 10007,
'value' => [
'height' => 20
],
],
],
],
];