iqual / icms_bundle_contenthub
A content type and layout for publishing categorised content.
Package info
github.com/iqual-ch/icms_bundle_contenthub
Type:drupal-recipe
pkg:composer/iqual/icms_bundle_contenthub
1.5.17
2026-05-13 10:21 UTC
Requires
- drupal/conditional_fields: ^4.0@alpha
- iqual/blokkli_starterkit: ^1.0
- iqual/icms_bundle_contenthub_logic: ^1.0
- dev-main
- 1.5.17
- 1.5.16
- 1.5.15
- 1.5.14
- 1.5.13
- 1.5.12
- 1.5.11
- 1.5.10
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
This package is auto-updated.
Last update: 2026-05-13 10:23:59 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 foldermkdir -p drupal/packages/staged-config && \ git diff --name-only --cached | xargs -I{} cp {} drupal/packages/staged-config
Config Actions infos:
- Config Actions list
- "You don't want to update dependencies using recipes"
- CA array operations (patch installed)
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 APIsomething else instead (blokkli issue, in the custom rendering of the paragraph form).