Make stuff sortable
This commit is contained in:
parent
50e853098b
commit
ee5dbcf33e
21 changed files with 161 additions and 28 deletions
|
|
@ -34,6 +34,12 @@ application.register("rich-text-link-targets", RichTextLinkTargetsController)
|
|||
import SetThemeController from "./set_theme_controller"
|
||||
application.register("set-theme", SetThemeController)
|
||||
|
||||
import SortElementsController from "./sort_elements_controller"
|
||||
application.register("sort-elements", SortElementsController)
|
||||
|
||||
import SortableController from "./sortable_controller"
|
||||
application.register("sortable", SortableController)
|
||||
|
||||
import ThemeSwitcherController from "./theme_switcher_controller"
|
||||
application.register("theme-switcher", ThemeSwitcherController)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue