1

Is there a proper functioning WYSIWYG editor that can be installed on Virtocommerce?

If not is there a way that one could be installed using a plugin from another source?

Oceanwind
  • 21
  • 1

1 Answers1

1

VirtoCommerce uses Markdown language for user-prepared documents and a custom solution based on uikit HTML editor with preview:

enter image description here

Although this is a highly customizable and extensible framework, the default editor (used in current UI) can't be changed by a setting or installing a new plugin.

But you can use any other editor in your own module.

eMazeika
  • 1,381
  • 2
  • 10
  • 15