]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/js/components/index.js
Added locale and text direction to html templates
[bookstack] / resources / assets / js / components / index.js
index 37e78e383051499a5955de873dc9342322eda9c7..c9fd630778a46694c7b7535e0742ee69ff9dade1 100644 (file)
@@ -21,7 +21,11 @@ import homepageControl from "./homepage-control";
 import headerMobileToggle from "./header-mobile-toggle";
 import listSortControl from "./list-sort-control";
 import triLayout from "./tri-layout";
-
+import breadcrumbListing from "./breadcrumb-listing";
+import permissionsTable from "./permissions-table";
+import customCheckbox from "./custom-checkbox";
+import bookSort from "./book-sort";
+import settingAppColorPicker from "./setting-app-color-picker";
 
 const componentMapping = {
     'dropdown': dropdown,
@@ -47,6 +51,11 @@ const componentMapping = {
     'header-mobile-toggle': headerMobileToggle,
     'list-sort-control': listSortControl,
     'tri-layout': triLayout,
+    'breadcrumb-listing': breadcrumbListing,
+    'permissions-table': permissionsTable,
+    'custom-checkbox': customCheckbox,
+    'book-sort': bookSort,
+    'setting-app-color-picker': settingAppColorPicker,
 };
 
 window.components = {};