iqual/icms_bundle_contenthub

A content type and layout for publishing categorised content.

1.0.7 2025-07-16 15:02 UTC

This package is auto-updated.

Last update: 2025-07-16 15:04:32 UTC


README

A content type and layout for publishing categorised content.

Useful commands

  • Install recipe:
    composer require iqual/icms_bundle_contenthub && drush recipe ../packages/icms_bundle_contenthub
  • [DEV] Reset recipe during dev (remove staged config):
    drush cim -y && drush recipe ../recipes/icms_bundle_contenthub
  • [DEV] Copy the staged file to a temporary recipe config folder
    mkdir -p drupal/packages/staged-config && \
    git diff --name-only --cached | xargs -I{} cp {} drupal/packages/staged-config

Config Actions infos:

TODO:

  • Handle translations (patch installed)
  • validation errors: XYZ is not a supported key (Flat Taxonomy schema issue?). Flat tax has been moved to ICMS core
  • Test overlapping config with other recipes (handle existing config)
  • Removing drupal/conditional_fields and use State API something else instead (blokkli issue, in the custom rendering of the paragraph form).