govcore / govcore_core
Shared functionality for the GovCore distribution.
Installs: 3 988
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:drupal-module
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 Core provides shared base functionality and APIs for the GovCore distribution of Drupal. You probably won't have a reason to install it unless another module requires it.
Components
GovCore Core's components are not enabled by default. You can install them like any other Drupal modules.
GovCore Contact Form (govcore_contact_form
)
Provides a standard-issue sitewide contact form which stores submissions using the Contact Storage module.
GovCore Page (govcore_page
)
Provides a simple "Basic page" content type, similar the one installed by Drupal 8's standard profile. Also integrates with the Metatag module, if available.
Please note: this component is NOT compatible with the Standard Drupal 8 install profile!
GovCore Roles (govcore_roles
)
Provides a generic way to define responsibility-based user roles centered around content types. For example, a "creator" role can be automatically defined for each content type, with permissions applicable to that content type.
GovCore Search (govcore_search
)
Uses Search API to provide a standard, turnkey site-wide search index of all your site's content.