OptionType style select for the Community Framework.
This plugin provides a styleselect as an optiontype for disposal.
One possible use for example is the option to hide a plugin in styles for mobile devices.
Application example:
// get styleid and skip if defined if (in_array(StyleManager::getStyle()->styleID, explode(',', SKIP_STYLEID_WELCOMEHEADER))) {
return;
}