An open API service indexing awesome lists of open source software.

https://github.com/markshust/magento2-module-pagebuildersourcecode

The Page Builder Source Code module adds a Source Code button to the toolbar of the Page Builder WYSIWYG editor.
https://github.com/markshust/magento2-module-pagebuildersourcecode

magento magento2 magento2-module

Last synced: about 1 year ago
JSON representation

The Page Builder Source Code module adds a Source Code button to the toolbar of the Page Builder WYSIWYG editor.

Awesome Lists containing this project

README

          

# MarkShust_PageBuilderSourceCode

Adds a Source Code button to the toolbar of the Page Builder WYSIWYG editor.

Supported Magento Versions
Latest Stable Version
Composer Downloads
Maintained - Yes

## Table of contents

- [Summary](#summary)
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Credits](#credits)
- [License](#license)

## Summary

Page Builder does not come with a way to edit the HTML source code when editing a text block. Sometimes it is desired to override the default styles and edit the HTML manually. This module adds the "code" icon to the toolbar to allow this capability.

If you'd like to learn a bit more about why & how you'd use this module, check out the explainer video of this module, created by Webverse.

## Requirements

This module requires the Page Builder module, which comes installed with Magento Commerce 2.3.1+.

## Installation

```
composer require markshust/magento2-module-pagebuildersourcecode
bin/magento module:enable MarkShust_PageBuilderSourceCode
bin/magento setup:upgrade
```

## Usage

This module has no configuration. Just install, and you'll see the code icon in the Page Builder WYSIWYG editor toolbar.

![Screenshot](https://raw.githubusercontent.com/markshust/magento2-module-pagebuildersourcecode/master/docs/demo-20250312.png)

## Credits

### M.academy

This repository is sponsored by M.academy, the simplest way to learn complex tech skills.

M.academy

## License

[MIT](https://opensource.org/licenses/MIT)