prasathmani / tinyfilemanager

Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager
https://tinyfilemanager.github.io
GNU General Public License v3.0
4.61k stars 1.63k forks source link

Impossible to set on default editor.session.setMode("ace/mode/php"); (PHP theme) in advanced editor #1199

Open forcash2019 opened 1 week ago

forcash2019 commented 1 week ago

Hi I can't figure it out how to set on default PHP theme

I can sucessfully set editor.session.setMode("ace/mode/php_laravel_blade"); php_laravel_blade":"PHP (Blade Template) based on this section function renderThemeMode() but when i'm trying to do it for just PHP theme ("php":"PHP") it's just not working!

can you explain me on which line I need to make this modification?