Skip to content

Instantly share code, notes, and snippets.

@dupuchba
Created March 16, 2017 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dupuchba/09138d86826d5eea961914a53e7285e5 to your computer and use it in GitHub Desktop.
Save dupuchba/09138d86826d5eea961914a53e7285e5 to your computer and use it in GitHub Desktop.
(def init-data {:app/lists [{:id 1
:elements [{:id 1
:text "This is a draggable element 1"}
{:id 2
:text "This is a draggable element 2"}
{:id 3
:text "This is a draggable element 3"}
{:id 4
:text "This is a draggable element 4"}
{:id 5
:text "This is a draggable element 5"}
{:id 6
:text "This is a draggable element 6"}
{:id 7
:text "This is a draggable element 7"}]}
{:id 2
:elements [{:id 8
:text "This is a draggable element 8"}
{:id 9
:text "This is a draggable element 9"}]}
{:id 3
:elements [{:id 10
:text "This is a draggable element 10"}
{:id 11
:text "This is a draggable element 11"}]}]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment