agence-ho5/carbon-fields-radio-color
Composer 安装命令:
composer require agence-ho5/carbon-fields-radio-color
包简介
Carbon Fields extension, that adds a URL picker field type.
README 文档
README
This plugin is a color picker inspired of wordpress gutenberg native color picker and extended from native Carbon Field Radio Field.
This plugin can be used as Wordpress Plugin or as wordpress mu-plugin, including with bedrock.
To know advanced usage see : Official Radio Field Documentation
Basic usage
Field::make( 'radio_color', 'color', __( 'Choose a color' ) )
->set_options( [
'red' => "#ff0000",
'green' => "#00ff00",
'blue' => "#0000ff"
] );
Install (with composer for Bedrock)
composer require agence-ho5/carbon-fields-radio-color
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2020-01-13