mirror of https://gitlab.com/bashrc2/epicyon
Team structure
parent
2b884be142
commit
365d9476bb
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"Administrator": {
|
||||||
|
description: "Administrator of the instance",
|
||||||
|
iconUrl: "",
|
||||||
|
members: [],
|
||||||
|
team: {
|
||||||
|
"Moderator": {
|
||||||
|
description: "Can moderate posts, suspend members and block instances",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
},
|
||||||
|
"Delegator": {
|
||||||
|
description: "Can delegate roles",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"Chief Editor": {
|
"Chief Editor": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
team: {
|
||||||
"Creative": {
|
"Creative": {
|
||||||
"Photographer": {
|
"Photographer": {
|
||||||
description: "",
|
description: "",
|
||||||
|
@ -49,4 +54,5 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue