Hello Magento Friends,

In today’s blog, I will show How to Disable the PageBuilder Module for a Specific Field in Magento 2.

Magento 2 Page Builder is a powerful tool that allows users to create and customize content pages visually and in a user-friendly way without extensive coding knowledge. It is designed to simplify the process of building and managing content on your Magento store.

with page builder

But you might want to disable it for certain fields. Here’s how you can achieve this. 

Disable the PageBuilder Module for a Specific Field in Magento 2

If you want to disable the PageBuilder module for a specific field, you can achieve this by setting “is_pagebuilder_enabled” to False in the field’s definition in your module.

For Example,

Step 1: Create a file in the path given below.  

{{magento_root}}\app\code\Vendor\Extension\view\adminhtml\ui_component\category_form.xml

Now, add the code as follows.

Step 2: After that, run the below command.

Output:

Open the backend and navigate to the entity (product, category, etc.) where your field is located. The PageBuilder should now be disabled for the specified field.

without page builder

Conclusion:

Hence, using the above method, you can Disable the PageBuilder Module for a Specific Field in Magento 2. If you need any customization for your Magento 2 store, contact experienced Magento developers.

Share the solution with your friends and stay updated with us.

Happy Coding!

Click to rate this post!
[Total: 2 Average: 5]