roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.57k stars 1.6k forks source link

include information about base skin when current skin is an extended one #9440

Open johndoh opened 1 week ago

johndoh commented 1 week ago

when an extended skin is being the skin_extends array contains the name(s) of the skins the current skin is based on

miaulalala commented 1 week ago

Can you add some context why this is useful / important?

johndoh commented 1 week ago

example use case: you want to add something to the UI using a plugin, there are a couple of ways of doing already but this addition means in JS you can find out not only what the current skin is but if its extended so you can (probably) use the same code.