visiosoft/categories-module

关于此软件包最新版本(1.1)没有可用的许可证信息。

安装: 0

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放性问题: 0

类型:streams-addon

1.1 2023-04-05 15:28 UTC

This package is auto-updated.

Last update: 2024-08-31 00:28:06 UTC


README

visiosoft.module.category

一个插件分类模块和分类字段类型。

如何使用分类模块

您可以通过将以下行添加到迁移文件中来使用它。

"user_category" => [
    "type"   => "visiosoft.field_type.category",
    "config" => [
        "level"     => "5", // Shows the subcategory limit
        "related"   => \Anomaly\UsersModule\User\UserModel::class, //Specifies for which stream to add.
    ]
]