This Magento 2 module adds a new content type, making it easy to create footers using Page Builder. This module simplifies adding links to your footers. It also includes the functionality of an accordion on the frontend.
- Install via Composer:
composer require devgfnl/module-page-builder-footer
- Enable the module:
bin/magento module:enable DEVGFNL_PageBuilderFooter
bin/magento setup:upgrade
- Navigate to the Page Builder section in your Magento 2 admin panel.
- Create or edit a page/block where you want to add a footer.
- Add a new content type and select "Footer Item" from the available options.
- Customize your footer content using the intuitive Page Builder interface.
- Easily add links to your footer item.
- Save your changes and enjoy your newly designed footer!
For any inquiries or assistance, please open an issue on GitHub.