Does the web.config fragment below suggests it's possible to switch the HTML Editor plugin?:

<controls>
        <add tagPrefix="ajaxToolkit" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit"/>
        <add tagPrefix="HTMLEditor" namespace="AjaxControlToolkit.HTMLEditor" assembly="AjaxControlToolkit"/>
                <add tagPrefix="nopCommerce" namespace="NopSolutions.NopCommerce.Controls" assembly="Nop.Controls"/>
        <add tagPrefix="nopCommerce" namespace="NopSolutions.NopCommerce.Controls.Payment.Validators" assembly="Nop.Controls"/>
      </controls>



Inside the /editors folder there also a /BBEditor folder.

How can I switch from AjaxControlToolkit HTML Editor to BBEditor HTML Editor?

Thanks!