govcore/govcore_core

Shared functionality for the GovCore distribution.

Installs: 3 521

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:drupal-module

6.0.0 2023-03-22 06:22 UTC

This package is auto-updated.

Last update: 2024-03-22 09:01:57 UTC


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.