‪TYPO3CMS  10.4
Modes.php File Reference

Go to the source code of this file.

Variables

 return ['css'=>['module'=> 'cm/mode/css/css', 'extensions'=>['css'],], 'html'=>['module'=> 'cm/mode/htmlmixed/htmlmixed', 'extensions'=>['htm', 'html'], 'default'=> true,], 'javascript'=>['module'=> 'cm/mode/javascript/javascript', 'extensions'=>['javascript'],], 'php'=>['module'=> 'cm/mode/php/php', 'extensions'=>['php', 'php5', 'php7', 'phps'],], 'typoscript'=>['module'=> 'TYPO3/CMS/T3editor/Mode/typoscript/typoscript', 'extensions'=>['ts', 'typoscript', 'tsconfig'],], 'xml'=>['module'=> 'cm/mode/xml/xml', 'extensions'=>['xml']]]
 

Variable Documentation

◆ return

return[ 'css'=>[ 'module'=> 'cm/mode/css/css', 'extensions'=>[ 'css'],], 'html'=>[ 'module'=> 'cm/mode/htmlmixed/htmlmixed', 'extensions'=>[ 'htm', 'html'], 'default'=> true,], 'javascript'=>[ 'module'=> 'cm/mode/javascript/javascript', 'extensions'=>[ 'javascript'],], 'php'=>[ 'module'=> 'cm/mode/php/php', 'extensions'=>[ 'php', 'php5', 'php7', 'phps'],], 'typoscript'=>[ 'module'=> 'TYPO3/CMS/T3editor/Mode/typoscript/typoscript', 'extensions'=>[ 'ts', 'typoscript', 'tsconfig'],], 'xml'=>[ 'module'=> 'cm/mode/xml/xml', 'extensions'=>[ 'xml']]]

Mode definitions for t3editor

Definition at line 6 of file Modes.php.