{"id":13518733,"url":"https://github.com/markshust/magento2-module-pagebuildersourcecode","last_synced_at":"2025-05-16T03:03:30.192Z","repository":{"id":34906382,"uuid":"188774359","full_name":"markshust/magento2-module-pagebuildersourcecode","owner":"markshust","description":"The Page Builder Source Code module adds a Source Code button to the toolbar of the Page Builder WYSIWYG editor.","archived":false,"fork":false,"pushed_at":"2025-03-17T12:32:52.000Z","size":278,"stargazers_count":119,"open_issues_count":0,"forks_count":20,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-12T02:42:03.017Z","etag":null,"topics":["magento","magento2","magento2-module"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markshust.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"markshust"}},"created_at":"2019-05-27T05:07:38.000Z","updated_at":"2025-03-26T07:53:25.000Z","dependencies_parsed_at":"2025-03-21T20:00:29.886Z","dependency_job_id":null,"html_url":"https://github.com/markshust/magento2-module-pagebuildersourcecode","commit_stats":{"total_commits":11,"total_committers":3,"mean_commits":"3.6666666666666665","dds":"0.18181818181818177","last_synced_commit":"29dea1330219ba5bd4dbbd1ecde9bad952ceed8a"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markshust%2Fmagento2-module-pagebuildersourcecode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markshust%2Fmagento2-module-pagebuildersourcecode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markshust%2Fmagento2-module-pagebuildersourcecode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markshust%2Fmagento2-module-pagebuildersourcecode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markshust","download_url":"https://codeload.github.com/markshust/magento2-module-pagebuildersourcecode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459083,"owners_count":22074604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["magento","magento2","magento2-module"],"created_at":"2024-08-01T05:01:48.310Z","updated_at":"2025-05-16T03:03:28.163Z","avatar_url":"https://github.com/markshust.png","language":"PHP","funding_links":["https://github.com/sponsors/markshust"],"categories":["PHP"],"sub_categories":[],"readme":"# MarkShust_PageBuilderSourceCode\n\nAdds a Source Code button to the toolbar of the Page Builder WYSIWYG editor.\n\n\u003cimg src=\"https://img.shields.io/badge/magento-^2.3.2-brightgreen.svg?logo=magento\u0026longCache=true\u0026style=flat-square\" alt=\"Supported Magento Versions\" /\u003e\n\u003ca href=\"https://packagist.org/packages/markshust/magento2-module-pagebuildersourcecode\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/markshust/magento2-module-pagebuildersourcecode.svg?style=flat-square\" alt=\"Latest Stable Version\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/markshust/magento2-module-pagebuildersourcecode\" target=\"_blank\"\u003e\u003cimg src=\"https://poser.pugx.org/markshust/magento2-module-pagebuildersourcecode/downloads\" alt=\"Composer Downloads\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/maintained%3F-yes-brightgreen.svg?style=flat-square\" alt=\"Maintained - Yes\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://opensource.org/licenses/MIT\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" /\u003e\u003c/a\u003e\n\n## Table of contents\n\n- [Summary](#summary)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Credits](#credits)\n- [License](#license)\n\n## Summary\n\nPage 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.\n\nIf you'd like to learn a bit more about why \u0026 how you'd use this module, check out the \u003ca href=\"https://www.youtube.com/watch?v=12oyP-4Iebw\" target=\"_blank\"\u003eexplainer video of this module\u003c/a\u003e, created by \u003ca href=\"https://www.youtube.com/channel/UCnkPBx_DwgNcdz_-TJSI-tg\" target=\"_blank\"\u003eWebverse\u003c/a\u003e.\n\n## Requirements\n\nThis module requires the Page Builder module, which comes installed with Magento Commerce 2.3.1+.\n\n## Installation\n\n```\ncomposer require markshust/magento2-module-pagebuildersourcecode\nbin/magento module:enable MarkShust_PageBuilderSourceCode\nbin/magento setup:upgrade\n```\n\n## Usage\n\nThis module has no configuration. Just install, and you'll see the code icon in the Page Builder WYSIWYG editor toolbar.\n\n![Screenshot](https://raw.githubusercontent.com/markshust/magento2-module-pagebuildersourcecode/master/docs/demo-20250312.png)\n\n## Credits\n\n### M.academy\n\nThis repository is sponsored by \u003ca href=\"https://m.academy\" target=\"_blank\"\u003eM.academy\u003c/a\u003e, the simplest way to learn complex tech skills.\n\n\u003ca href=\"https://m.academy\" target=\"_blank\"\u003e\u003cimg src=\"https://m.academy/images/logo.png\" alt=\"M.academy\"\u003e\u003c/a\u003e\n\n## License\n\n[MIT](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkshust%2Fmagento2-module-pagebuildersourcecode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkshust%2Fmagento2-module-pagebuildersourcecode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkshust%2Fmagento2-module-pagebuildersourcecode/lists"}