elbformat/icon-bundle
最新稳定版本:v2.0.0
Composer 安装命令:
composer require elbformat/icon-bundle
包简介
Ibexa fieldtype to select an icon from a predefined set.
关键字:
README 文档
README
This bundle provides a new field type "icon". It allows an editor to select an icon from a predefined set of icons
Features
- Configure multiple icon-sets
- Select the icon-set at content-type edit level
- Select icon from a dropdown instead of text
Installation
- Add the bundle
composer require elbformat/icon-bundle
- Activate the bundle
Elbformat\IconBundle\ElbformatIconBundle::class => ['all' => true],
- Add iconset configuration
Add
config/packages/elbformat_icon.yaml
elbformat_icon: iconset1: - clock - house iconset2: folder: "vendor/ibexa/admin-ui/src/bundle/Resources/public/img/icons"
See configuration for more advanced examples
Usage
Edit a content-type and add an "Icon" field. Select icon-set to use. When editing the content, a dropdown with icons will be shown.
统计信息
- 总下载量: 468
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-20