├── LICENSE ├── ListSwitchField.php ├── Plugin.php ├── README.md ├── composer.json ├── lang ├── en │ └── lang.php ├── fr │ └── lang.php ├── hu │ └── lang.php └── ru │ └── lang.php └── updates └── version.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inetis-ch/oc-ListSwitch-plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /ListSwitchField.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inetis-ch/oc-ListSwitch-plugin/HEAD/ListSwitchField.php -------------------------------------------------------------------------------- /Plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inetis-ch/oc-ListSwitch-plugin/HEAD/Plugin.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inetis-ch/oc-ListSwitch-plugin/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inetis-ch/oc-ListSwitch-plugin/HEAD/composer.json -------------------------------------------------------------------------------- /lang/en/lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inetis-ch/oc-ListSwitch-plugin/HEAD/lang/en/lang.php -------------------------------------------------------------------------------- /lang/fr/lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inetis-ch/oc-ListSwitch-plugin/HEAD/lang/fr/lang.php -------------------------------------------------------------------------------- /lang/hu/lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inetis-ch/oc-ListSwitch-plugin/HEAD/lang/hu/lang.php -------------------------------------------------------------------------------- /lang/ru/lang.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inetis-ch/oc-ListSwitch-plugin/HEAD/lang/ru/lang.php -------------------------------------------------------------------------------- /updates/version.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inetis-ch/oc-ListSwitch-plugin/HEAD/updates/version.yaml --------------------------------------------------------------------------------