perfectwebteam / craft-entry-section
允许通过 GraphQL API 查询 Entry 的 sectionName
1.1.0
2024-09-24 15:07 UTC
Requires
- craftcms/cms: ^4.0.0|^5.0.0
This package is not auto-updated.
Last update: 2024-09-24 15:16:57 UTC
README
在 GraphQL API 中包含属于某个部分的 Entry 名称
要求
此插件需要 Craft CMS 3.0.0-beta.23 或更高版本。
安装
要安装此插件,请按照以下说明操作。
-
打开您的终端并转到您的 Craft 项目
cd /path/to/project
-
然后告诉 Composer 加载插件
composer require perfectwebteam/craft-entry-section
-
在控制面板中,转到设置 → 插件,并点击 Craft Entry Section 的“安装”按钮。
使用 Craft Entry Section
EntryInterface 将支持在 GraphQL 中使用 sectionName
作为参数
由 Perfectwebteam 提供