ixm_blocks
Security covered
A helper module to get your site up and running in as little time as possible. Packed with all the typical custom Block Types needed from the ImageX design department.
What does this module do?
- Imports the required configuration files for all the fields needed by a given custom block type.
- Initializes a custom theme_hook for a default starter template, which can be overridden in your theme if you require more or less fields than the defaults.
- If using the Block Library module, provides a default set of icons when using Layout Builder in the offcanvas menu.
Components/Block Types:
💡 View the components library
- Accordion
ixm_blocks_accordion - Cards
ixm_blocks_cards - Carousel
ixm_blocks_carousel - CTA Icons
ixm_blocks_cta_icons - Hero
ixm_blocks_hero- D8 users add this patch prior to install.
- Modal
ixm_blocks_modal - Ping-Pong
ixm_blocks_ping_pong - Statistics
ixm_blocks_statistics - Tables
ixm_blocks_table - Tabs
ixm_blocks_tabs
Prerequisite
Begin with a fresh build of SWAT, or at the very least ensure you have: image, video, remote_video media bundles installed if you are using any components that require icons, images or video.
Installation
Enable a sub-module:
drush en ixm_blocks_[module_name] -y
Thats it!