thecyman / pulsecms-tracking

Tracking updates, requests and bugs for Pulse
6 stars 3 forks source link

Text editor settings (Redactor) #152

Open IvaRoSoft opened 3 years ago

IvaRoSoft commented 3 years ago

Demonstration of how to set the Redactor in PulseCMS. The behavior of the Redactor can be an unpleasant surprise.

    • Open the script: "admin / redactor / redactor_init.js". (ftp = edit)
    • Create a new test block (mytest.txt).
    • Edit "redactor_init.js" according to the documentation. Check the new setting in the "mytest.txt" block

Examples of settings: paragraph: false, replaceTags: false, // replace <i class = "fas fa-camera"> </i> with <em class = "fas fa-camera"> </em> removeComments: false, removeScript: false, removeNewLines: true,

///// Question for Simonis Can you use these settings in the PulseCMS installation package?

IvaRo

thecyman commented 3 years ago

Copied to internal issue: https://github.com/thecyman/pulsecms5/issues/910