clark-nelson / craft-timezone-field
提供下拉字段以选择时区。
4.0.0
2024-02-05 17:13 UTC
Requires
- php: >=8.0.2
- craftcms/cms: ^4.3.6.1
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
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