Created
July 7, 2017 18:07
-
-
Save bryceosterhaus/4cac54cbb85ae7691bed9106155beaa8 to your computer and use it in GitHub Desktop.
store structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
store: | |
{ | |
division: { | |
1: { | |
data: { | |
classPK: 1 | |
}, | |
network: | |
pages: { | |
title: { | |
ascending: [] | |
descending: [] | |
} | |
creator: { | |
ascending: [] | |
descending: [] | |
} | |
date: { | |
ascending: [] | |
descending: [] | |
} | |
} | |
} | |
} | |
pages: { | |
1: { | |
creator: | |
loopPageId: 1 | |
classPK: | |
classNameId: | |
rawContent: | |
title: | |
}, | |
} | |
} | |
division: { | |
data: {} | |
network: {} | |
pages: { | |
data: { | |
1: {} | |
2: {} | |
3: {} | |
4: {} | |
5: {} | |
6: {} | |
}, | |
sort: { | |
title: { | |
ascending: [2, 1] | |
descending: [6, 5] | |
} | |
creator: { | |
ascending: [] | |
descending: [] | |
} | |
date: { | |
ascending: [] | |
descending: [] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment