oberon/starfield

此插件为Craft CMS添加了星级评分字段类型。

2.1.1 2022-12-14 17:16 UTC

This package is auto-updated.

Last update: 2024-09-14 21:31:11 UTC


README

此插件为Craft添加了名为“星域”的新字段类型,提供简单的星级评分输入。

星域功能

  • 可在单星、三星、五星或十星评分之间选择
  • 可在控制面板条目表中查看
  • 可以按星级评分对条目进行排序

要求

此插件需要Craft CMS 4.0或更高版本。

安装

您可以从插件商店或使用Composer安装此插件。

从插件商店

转到项目控制面板中的插件商店,搜索“星域”,然后在模态窗口中点击“安装”按钮。

使用Composer

打开终端并运行以下命令

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require oberon/starfield

# tell Craft to install the plugin
php craft plugin/install starfield

关于开发者

此插件由Oberon开发。