Customize Theme shortcut
PermalinkThanks
This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.
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...