Page 1 of 1

Replace WUSWYG Editors ?

Posted: Sun Mar 16, 2014 8:42 pm
by N S KARTHIK
Hi

Spec Used
Broad Leaf Commerce Edition 3.0.3


Requirement : Need a Feature to design Web page in Admin section using WYSWYG Online Html Editor.

The Existing built-in WYSWYG Editor in Admin is primitive & need to be upgraded or replaced.

Is there a configuration or workaround to replace WYSWYG with 3rd party free version ?

with regards
karthik

Re: Replace WUSWYG Editors ?

Posted: Sun Mar 23, 2014 7:40 pm
by phillipuniverse
Sure, you can provide your own template for the html field type in the admin. Within your own admin project, create a folder within src/main/webapp/WEB-INF for templates/admin. This is the base of overriding all of the templates in the admin. For the html field specifically, the path of that is fields/html.html.

You can see the fields that can be overridden along with what they already contain at https://github.com/BroadleafCommerce/Br ... tes/fields.