aimes / module-page-builder-code-block
Display fancy code snippets via PageBuilder
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Type:magento2-module
Requires
- magento/framework: *
- magento/module-page-builder: ^2.2
This package is auto-updated.
Last update: 2024-10-29 06:19:48 UTC
README
- Compatible with Magento Open Source and Adobe Commerce
2.4.x
Features
Adds a new PageBuilder content type to display code snippets nicely, using highlight.js.
Planned Features / Improvements
- Markup rendered on save, instead of generated per page load
- Better
highlight.js
theme support - Hyva Themes Support
Requirements
- Magento Open Source or Adobe Commerce version with PageBuilder version
^2.2
- May support
2.3.x
but only tested with2.4.5
- May support
Installation
Please install this module via Composer. This module is hosted on Packagist.
composer require aimes/module-page-builder-code-block
bin/magento module:enable Aimes_PageBuilderCodeBlock
bin/magento setup:upgrade