Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

statamic/page-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js Page Tree

Adapted from Statamic 2

Getting started

Install the node modules, and run Gulp to build into the dist folder.

npm install
bower install
gulp

A demo can be viewed at index.html.

Notes

  • AJAX requests have been commented out and replaced with setTimeout calls.
  • The jquery-sortable module will conflict with jQuery UI's Sortable plugin. If you need to use both (we do, in Statamic) you'll need to:
    • Make a copy of the plugin file
    • Rename it to something else like nestedSortable. The name is passed into the plugin in the last line of the file. You can simply modify that.
    • Include it in your build process.
    • Update the .sortable() call in the page tree file to whatever you renamed it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors