iqual / icms_bundle_contenthub
A content type and layout for publishing categorised content.
Installs: 0
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:drupal-recipe
Requires
- drupal/conditional_fields: ^4.0@alpha
- iqual/blokkli_starterkit: ^1.0
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).