Skip to content

split up localgov_paragraphs into more targeted modules #225

@joachim-n

Description

@joachim-n

This module adds a lot of contrib dependencies which aren't always needed in a project.

For example:

  • the localgov_table paragraph type uses a tablefield field, which requires tablefield module
  • the localgov_contact_office_hours paragraph 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions