Hi AndyFel,
1. You can custom the source view toolbar in this file "\richtexteditor\plugins\toolbar_code\plugin.xml".
2. If you want to disable the upload function, please open file "\richtexteditor\config\default.config", find section below and change it to false.
<security name="AllowUpload">true</security>
If you want to remove the upload button complete, please open file "\richtexteditor\dialogs\browsedialogbase.xml", find section below
- <image jsml-base="imagebutton" jsml-local="uploadbtn" dock="left" width="22" padding="4,1,0,3" border_width="1" src="{folder}images/uploadimage.png" vertical_align="middle">
And change it to
- <image jsml-base="imagebutton" jsml-local="uploadbtn" dock="left" width="22" padding="4,1,0,3" border_width="1" src="{folder}images/uploadimage.png" vertical_align="middle" visibility="hidden">
Regards,
Ken