Customize Theme shortcut
Permalink
Is there anyway to get to "Customize Theme" with one click? I find myself having to go back there multiple times to tweak something after viewing it in full screen and on a mobile. I have made a shortcut to "clear cache" on my Chrome toolbar, but there is no url for items under the cog icon. The url shown in Chrome - inspect element, does not seem to work.
Thanks
Thanks
I am not sure you can (or at least not as easily as a dashboard single page). I say this because the panel contents are loaded using AJAX. If you try to open the pages directly you will get "Access Denied".
This is my guess of how things work:
- click on Page Settings button
https://github.com/concrete5/concrete5/blob/develop/web/concrete/vie...
- from there the page with the actual Page Settings sections is loaded
https://github.com/concrete5/concrete5/blob/develop/web/concrete/ele...
- from there the Design page is loaded
https://github.com/concrete5/concrete5/blob/develop/web/concrete/vie...
- then finally you get the Customize Theme page loaded
https://github.com/concrete5/concrete5/blob/develop/web/concrete/vie...