govcore / govcore_core
为 GovCore 分发提供共享功能。
6.2.0
2024-09-06 20:38 UTC
Requires (Dev)
- drupal/contact_storage: ^1
- drupal/metatag: ^1.13
- drupal/pathauto: ^1.8
- drupal/quickedit: ^1
- drupal/redirect: ^1.5
- drupal/search_api: ^1.16
- drush/drush: ^11
Suggests
- drupal/contact_storage: Required for GovCore Contact Form, which provides a simple site-wide contact form.
- drupal/metatag: Adds support for meta tags to basic pages.
- drupal/pathauto: Automatically generates pretty URLs for content.
- drupal/redirect: Allows site administrators to set up redirects.
- drupal/search_api: Required for GovCore Search, which provides a simple database-backed search page.
Conflicts
- drupal/acquia_telemetry-acquia_telemetry: <1.0-alpha6
- drupal/metatag: <1.13
- drupal/pathauto: <1.8
- drupal/redirect: <1.5
- drupal/search_api: <1.16
- drupal/token: <1.7
README
GovCore 核心为 Drupal 的 GovCore 分发提供共享的基本功能和 API。除非另一个模块需要它,否则您可能没有理由安装它。
组件
GovCore 核心的组件默认不启用。您可以通过像安装其他 Drupal 模块一样安装它们。
GovCore 联系表单 (govcore_contact_form
)
提供一个标准的全站联系表单,该表单使用 Contact Storage 模块存储提交内容。
GovCore 页面 (govcore_page
)
提供一个简单的“基本页面”内容类型,类似于由 Drupal 8 的标准配置文件安装的内容类型。同时,如果可用,还与 Metatag 模块集成。
请注意:此组件与标准 Drupal 8 安装配置文件不兼容!
GovCore 角色 (govcore_roles
)
提供一种通用方式来定义基于内容的用户角色,这些角色围绕责任定义。例如,可以为每个内容类型自动定义“创建者”角色,并授予适用于该内容类型的权限。
GovCore 搜索 (govcore_search
)
使用 Search API 提供一个标准的、一键式全站搜索索引,索引您网站的所有内容。