How to add a tab button to the right hand side (accordion-aside)? #215
-
Hi. I would like to make a tab button of my own. As I attempt to do so I come across some problems:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi you would be able to do that with workspaces and have as many layout variations as you like |
Beta Was this translation helpful? Give feedback.
Hi you would be able to do that with workspaces and have as many layout variations as you like
the modules are loaded dynamically and IN and MY are not part of the UI/UX layout
If you want to do the mod for your specific use case the function is named
createButtons4Extensions()
located inanapnoe_sd_uiux_core.js
file. I am guessing that you want to move the contents of the module also to the aside area thus you will need to look into thelayout file
template-aside-extra-networks.html
you can study the
anapnoe-sd-theme-editor
extension to see how it is hooked to the aside viewthe downside of this is every time you update you need to redo the changes so keep a backup of your mod files