Customize Theme dashboard panel page
Permalink
To reach this page, we will have to go through "Page Settings" (the cog item in the top left corner) - "Design" and click on "Customize" within the theme. That will be a link looking somewhat like this:
http://domain.com/ccm/system/panels/page/design/customize/2?cID=1...
Now, is there a way (with some javascript or anchor attributes), to reach this page directly? So click a button, and the dashboard page shows with this specific section (Customize Theme). It will be saving some page loads, that's what we're trying to achieve with a shortcut.
The "Page" panel can be opened by adding this attribute to an anchor tag: data-launch-panel="page". But we want the detail page Customize Theme to show, not the "Page Settings". So we want to skip the first 2 pages! Is this do-able? Don't want to make some messy javascript either of course, so would be awesome if there's some stuff we can use from the core.
http://domain.com/ccm/system/panels/page/design/customize/2?cID=1...
Now, is there a way (with some javascript or anchor attributes), to reach this page directly? So click a button, and the dashboard page shows with this specific section (Customize Theme). It will be saving some page loads, that's what we're trying to achieve with a shortcut.
The "Page" panel can be opened by adding this attribute to an anchor tag: data-launch-panel="page". But we want the detail page Customize Theme to show, not the "Page Settings". So we want to skip the first 2 pages! Is this do-able? Don't want to make some messy javascript either of course, so would be awesome if there's some stuff we can use from the core.