toggle-controls-desktop-themelet
Version:
[](https://badge.fury.io/js/toggle-controls-desktop-themelet)
41 lines (33 loc) • 1.08 kB
Markdown
# Toggle Controls Desktop Themelet
[](https://badge.fury.io/js/toggle-controls-desktop-themelet)
A themelet enabling toogle controls for desktop for Liferay 7.2 (since Liferay 7.3 toggle controls for desktop is an out-of-the-box feature).

## Install
Go to your theme's root folder and type:
```bash
gulp extend
```
Choose _Themelet_ :
```
? What kind of theme asset would you like to extend?
Base theme
❯ Themelet
```
Choose _Search npm registry_ :
```
? Where would you like to search for themelets?
Search globally installed npm modules (development purposes only)
❯ Search npm registry (published modules)
```
Search for _toggle-controls-desktop-themelet_ :
```
? Search npm for themelets: toggle-controls-desktop-themelet
```
> If you have an error, try `npm audit fix` and retry installation from the beginning
Press space to select it :
```
? Select a themelet
❯◉ toggle-controls-desktop-themelet
```
## License
[MIT](LICENSE)