|
|
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
|
|
return [
|
|
|
'id' => 'eav', # 扩展的唯一标识符
|
|
|
'name' => 'EAV模型', # 扩展的名称
|
|
|
- 'is_core' => true, # 是否核心扩展'
|
|
|
+ 'is_core' => false, # 是否核心扩展'
|
|
|
'category' => 'core', # 扩展的分类 core:核心扩展,other:其他扩展
|
|
|
'description' => 'EAV模型扩展。', # 扩展的描述
|
|
|
'version' => '1.0.0', # 扩展的版本
|