How to disable all the plugins with a single property | Community
Skip to main content
Ricky99999
Level 4
November 8, 2017
Solved

How to disable all the plugins with a single property

  • November 8, 2017
  • 1 reply
  • 1588 views

Hi Team

     I have one customized RTE. In that RTE I have so many plug-in's.   Is it possible to disable all the plug-in's with single property.

Thank you

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by manoj_devapath

Not sure we  have single property to disable all plugins.

But if you want to disable any particular plugin.You can add the plugin node and add empty features to it.

Sample:

<paraformat

    jcr:primaryType="nt:unstructured"

    features=""/>

1 reply

manoj_devapath
manoj_devapathAccepted solution
Level 5
November 8, 2017

Not sure we  have single property to disable all plugins.

But if you want to disable any particular plugin.You can add the plugin node and add empty features to it.

Sample:

<paraformat

    jcr:primaryType="nt:unstructured"

    features=""/>