tom-pickering/craft-matrix-extensions

为您的Matrix块提供一些方便的扩展功能,例如复制块ID。

4.0.2 2024-02-28 14:02 UTC

This package is auto-updated.

Last update: 2024-09-28 15:18:08 UTC


README

为您的Matrix块提供一些方便的扩展功能。例如,复制块ID、折叠/展开所有块、页面加载时的折叠视图。

要求

此插件需要Craft CMS 4.6.0或更高版本,以及PHP 8.0.2或更高版本。

安装

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

从插件商店

转到项目控制面板中的插件商店,搜索“Matrix Extensions”,然后点击“安装”。

使用Composer

打开您的终端,并运行以下命令

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

# tell Composer to load the plugin
composer require tom-pickering/craft-matrix-extensions

# tell Craft to install the plugin
./craft plugin/install matrix-extensions