C-Metric – Easy Block Editor plugin allows you to create a rich text block field within a separate “C-METRIC” Block category. The content added to the block is dynamically reflected on the frontend, providing a flexible and powerful way to manage your site content.
This plugin is licensed under the GPLv2 or later. Feel free to contribute, modify, and share under the terms of this license.
The non-minified versions of the JavaScript files used in this plugin are available in the plugin’s directory:
This plugin uses npm and Webpack for asset compilation. To build the project, please follow these steps:
gutenberg directory:2.Install dependencies:
npm install @wordpress/scripts –save-dev
3.Build the assets:
npm run build