clark-nelson / craft-timezone-field

提供下拉字段以选择时区。

4.0.0 2024-02-05 17:13 UTC

This package is auto-updated.

Last update: 2024-09-05 20:54:10 UTC


README

提供下拉字段以选择时区。

要求

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

安装

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

从插件商店

前往项目控制面板中的插件商店,搜索“时区字段”。然后点击“安装”。

使用Composer

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

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

# tell Composer to load the plugin
composer require clark-nelson/craft-timezone-field

# tell Craft to install the plugin
./craft plugin/install timezone-field