Open dmeybohm opened 1 year ago
Have a way when clicking on a string to navigate to elements and views inside a theme:
https://book.cakephp.org/2/en/views/themes.html
Note for CakePHP 3 and above, the view files are located in the plugins dir, so this may already be working there if you add / configure the relevant plugins there. I only know for sure it doesn't work on Cake 2.
plugins
I would like bump this request. Please add abilitity to create new / navigate to existing view files located in theme plugins defined here:
Have a way when clicking on a string to navigate to elements and views inside a theme:
https://book.cakephp.org/2/en/views/themes.html
Note for CakePHP 3 and above, the view files are located in the
plugins
dir, so this may already be working there if you add / configure the relevant plugins there. I only know for sure it doesn't work on Cake 2.