1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Update admin_config.php

This commit is contained in:
Gábor
2017-02-18 15:42:31 +01:00
committed by GitHub
parent f3db9541a4
commit b14f85e114

View File

@@ -15,8 +15,7 @@ if( !e107::isInstalled('tinymce4'))
exit();
}
e107::lan('tinymce4','admin', 'true');
class tinymce4_admin extends e_admin_dispatcher
{
@@ -57,9 +56,9 @@ if( !e107::isInstalled('tinymce4'))
protected $prefs = array(
'paste_as_text' => array('title'=> 'Paste as text by default', 'type'=>'boolean', 'data' => 'int','help'=> ''),
'browser_spellcheck' => array('title'=> 'Browser spellcheck', 'type'=>'boolean', 'data' => 'int','help'=> 'Enable this if the browser internal spellchecker should be used.'),
'visualblocks' => array('title'=> 'Visual Blocks', 'type'=>'boolean', 'data' => 'int','help'=> 'Enable to make html blocks visible during editing.'),
'paste_as_text' => array('title'=> ADTINYMCE4_LAN_1, 'type'=>'boolean', 'data' => 'int','help'=> ''),
'browser_spellcheck' => array('title'=> ADTINYMCE4_LAN_2, 'type'=>'boolean', 'data' => 'int','help'=> ADTINYMCE4_LAN_3),
'visualblocks' => array('title'=> ADTINYMCE4_LAN_4, 'type'=>'boolean', 'data' => 'int','help'=> ADTINYMCE4_LAN_5),
);