Añadidas tarifas extras, trabajando en permisos de tarifas

This commit is contained in:
imnavajas
2024-06-18 22:33:07 +02:00
parent 20702a47f8
commit 2d0732c218
12 changed files with 67 additions and 86 deletions

View File

@ -1,22 +0,0 @@
{
"superadmin": {
"title": "Super Admin",
"description": "Complete control of the site."
},
"admin": {
"title": "Admin",
"description": "Day to day administrators of the site."
},
"developer": {
"title": "Developer",
"description": "Site programmers."
},
"user": {
"title": "User",
"description": "General users of the site. Often customers."
},
"beta": {
"title": "Beta User",
"description": "Has access to beta-level features."
}
}