feat: page tree browser

This commit is contained in:
NGPixel
2019-10-12 00:55:43 -04:00
parent 7a3198c306
commit 3de0e1499a
3 changed files with 103 additions and 41 deletions

View File

@@ -141,6 +141,7 @@ module.exports = {
})
}).map(r => ({
...r,
parent: r.parent || 0,
locale: r.localeCode
}))
}