-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
This module adds a lot of contrib dependencies which aren't always needed in a project.
For example:
- the
localgov_tableparagraph type uses a tablefield field, which requires tablefield module - the
localgov_contact_office_hoursparagraph type uses an office_hours field, which requires office_hours module
If a site doesn't use either of these paragraph types, then that is:
- paragraph types that aren't necessary
- field types, widgets, and formatters that aren't necessary
- installed modules which aren't necessary
The above is all a burden on performance.
These could be moved to a separate project, so there is no longer the composer dependency, or at least moved to submodules so there's no longer the Drupal dependency.
Metadata
Metadata
Assignees
Labels
No labels