mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
30 lines
408 B
JavaScript
30 lines
408 B
JavaScript
![]() |
|
||
|
Telescope.registerModule("profileDisplay", [
|
||
|
{
|
||
|
template: 'userInfo',
|
||
|
order: 1
|
||
|
},
|
||
|
{
|
||
|
template: 'userPosts',
|
||
|
order: 2
|
||
|
},
|
||
|
{
|
||
|
template: 'userUpvotedPosts',
|
||
|
order: 3
|
||
|
},
|
||
|
{
|
||
|
template: 'userDownvotedPosts',
|
||
|
order: 5
|
||
|
},
|
||
|
{
|
||
|
template: 'userComments',
|
||
|
order: 5
|
||
|
}
|
||
|
]);
|
||
|
|
||
|
Telescope.registerModule("profileEdit", [
|
||
|
{
|
||
|
template: 'userAccount',
|
||
|
order: 1
|
||
|
}
|
||
|
]);
|