webdna / craft-descendant-entries
条目字段条件规则,用于限制选择到父条目的子条目
1.0.0
2023-06-01 12:09 UTC
Requires
- php: >=8.0.2
- craftcms/cms: ^4.4.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
README
条目字段条件规则,用于限制选择到父条目的子条目
要求
此插件需要Craft CMS 4.4.0或更高版本,以及PHP 8.0.2或更高版本。
安装
您可以从插件商店或使用Composer安装此插件。
从插件商店
转到项目控制面板中的插件商店,搜索“Descendants Entry Rule”,然后点击“安装”。
使用Composer
打开您的终端,并运行以下命令
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require webdna/craft-descendant-entries # tell Craft to install the plugin ./craft plugin/install descendant-entries