diff --git a/control/content/index.html b/control/content/index.html
index bb80245..302acb6 100644
--- a/control/content/index.html
+++ b/control/content/index.html
@@ -36,7 +36,7 @@
@@ -48,6 +48,13 @@
var folderPluginApp = angular.module('folderPlugin', ['ui.tinymce']);
folderPluginApp.controller('folderPluginCtrl', ['$scope', function ($scope) {
+ $scope.editorOptions = {
+ plugins: 'advlist autolink link image lists charmap print preview',
+ skin: 'lightgray',
+ trusted: true,
+ theme: 'modern'
+ };
+
// create a new instance of the buildfire carousel editor
var editor = new buildfire.components.carousel.editor("#carousel");
var plugins = new buildfire.components.pluginInstance.sortableList("#plugins", []);
diff --git a/widget/index.html b/widget/index.html
index df067f6..4d4a2fd 100644
--- a/widget/index.html
+++ b/widget/index.html
@@ -31,6 +31,10 @@
.overlay.background img {
height: 100%;
}
+
+ .layout-6 .list-item-media {
+ background-color: transparent !important;
+ }
-
{{ plugin.title }}
+
{{ plugin.title }}
diff --git a/widget/templates/layout5.html b/widget/templates/layout5.html
index 9995d76..74764d9 100644
--- a/widget/templates/layout5.html
+++ b/widget/templates/layout5.html
@@ -7,7 +7,7 @@
diff --git a/widget/templates/layout6.html b/widget/templates/layout6.html
index 780832d..e31972c 100644
--- a/widget/templates/layout6.html
+++ b/widget/templates/layout6.html
@@ -1,13 +1,13 @@