Open IvaRoSoft opened 3 years ago
Demonstration of how to set the Redactor in PulseCMS. The behavior of the Redactor can be an unpleasant surprise.
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,
<i class = "fas fa-camera"> </i> with <em class = "fas fa-camera"> </em>
///// Question for Simonis Can you use these settings in the PulseCMS installation package?
IvaRo
Copied to internal issue: https://github.com/thecyman/pulsecms5/issues/910
Demonstration of how to set the Redactor in PulseCMS. The behavior of the Redactor can be an unpleasant surprise.
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