If an administrator wants to install eXe plugins with the integrated editor and use custom styles (whether one of them is the default style or not), it currently needs to download the eXeLearning source code, run make build-static and copy the dist/static directory into the plugin folder before generating the deployment package with make package RELEASE=X.Y.Z. This makes customization quite complex.
- Would it be possible to upload styles directly from the plugin’s administration interface?
- It would also be useful to allow hiding installed styles from the application’s work area.
- Is it necessary to define a preselected style, or is it enough to rely on the style used in the default
.elpx file?
If an administrator wants to install eXe plugins with the integrated editor and use custom styles (whether one of them is the default style or not), it currently needs to download the eXeLearning source code, run
make build-staticand copy thedist/staticdirectory into the plugin folder before generating the deployment package withmake package RELEASE=X.Y.Z. This makes customization quite complex..elpxfile?