1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Enable visualblocks by default on TinyMce install.

This commit is contained in:
Cameron
2017-10-30 15:29:00 -07:00
parent 48d359ed02
commit d7016f9971

View File

@@ -9,5 +9,6 @@
<pluginPrefs> <pluginPrefs>
<pref name="paste_as_text">0</pref> <pref name="paste_as_text">0</pref>
<pref name="browser_spellcheck">1</pref> <pref name="browser_spellcheck">1</pref>
<pref name="visualblocks">1</pref>
</pluginPrefs> </pluginPrefs>
</e107Plugin> </e107Plugin>