Since you have another folder under the root of your repository, this doesn't get installed properly when using git clone or git submodule add.
The assets folder and previewImagesFromSidebar.php should be right in the root of this repo. The way things are now, we get an error message in the sidebar and have to manually move the files to make it work.
Since you have another folder under the root of your repository, this doesn't get installed properly when using
git clone
orgit submodule add
.The
assets
folder andpreviewImagesFromSidebar.php
should be right in the root of this repo. The way things are now, we get an error message in the sidebar and have to manually move the files to make it work.