paulgoodfield/craft-matrix-colours
Composer 安装命令:
composer require paulgoodfield/craft-matrix-colours
包简介
Define colours for your Craft CMS matrix field blocks to help visually separate them
关键字:
README 文档
README
Define colours for your matrix field blocks to help visually separate them
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project -
Then tell Composer to load the plugin:
composer require paulgoodfield/craft-matrix-colours -
In the Control Panel, go to Settings → Plugins and click the “Install” button for Matrix Colours.
Configuring Matrix Colours
Once installed, create a matrix-colours.php file in your config directory. This file should return an associative array with the following structure:
<?php return [ 'matrixFieldHandle' => [ 'blockType1' => '#00AB31', 'blockType2' => '#ECBA79' ], 'anotherMatrixFieldHandle' => [ 'blockType1' => '#03FCB6', 'blockType2' => '#D303FC' ] ];
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-21
