Skip to content

Commit

Permalink
Remove roles from *.recipe.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Jan 12, 2025
1 parent 151ad09 commit 6117d19
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 204 deletions.
40 changes: 0 additions & 40 deletions src/OrchardCore.Themes/TheAdmin/Recipes/blank.recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,46 +65,6 @@
"name": "themes",
"admin": "TheAdmin",
"site": ""
},
{
"name": "Roles",
"Roles": [
{
"Name": "Administrator",
"Description": "A system role that grants all permissions to the assigned users.",
"Permissions": []
},
{
"Name": "Moderator",
"Description": "Grants users the ability to moderate content.",
"Permissions": []
},
{
"Name": "Editor",
"Description": "Grants users the ability to edit existing content.",
"Permissions": []
},
{
"Name": "Author",
"Description": "Grants users the ability to create content.",
"Permissions": []
},
{
"Name": "Contributor",
"Description": "Grants users the ability to contribute content.",
"Permissions": []
},
{
"Name": "Authenticated",
"Description": "A system role representing all authenticated users.",
"Permissions": []
},
{
"Name": "Anonymous",
"Description": "A system role representing all non-authenticated users.",
"Permissions": []
}
]
}
]
}
44 changes: 0 additions & 44 deletions src/OrchardCore.Themes/TheAdmin/Recipes/headless.recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,50 +61,6 @@
"TheAdmin"
]
},
{
"name": "Roles",
"Roles": [
{
"Name": "Administrator",
"Description": "A system role that grants all permissions to the assigned users.",
"Permissions": []
},
{
"Name": "Moderator",
"Description": "Grants users the ability to moderate content.",
"Permissions": []
},
{
"Name": "Editor",
"Description": "Grants users the ability to edit existing content.",
"Permissions": []
},
{
"Name": "Author",
"Description": "Grants users the ability to create content.",
"Permissions": []
},
{
"Name": "Contributor",
"Description": "Grants users the ability to contribute content.",
"Permissions": []
},
{
"Name": "Authenticated",
"Description": "A system role representing all authenticated users.",
"Permissions": [
"ViewContent",
"ExecuteGraphQL",
"ExecuteApiAll"
]
},
{
"Name": "Anonymous",
"Description": "A system role representing all non-authenticated users.",
"Permissions": []
}
]
},
{
"name": "settings",
"HomeRoute": {
Expand Down
40 changes: 0 additions & 40 deletions src/OrchardCore.Themes/TheAgencyTheme/Recipes/agency.recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,46 +70,6 @@
"admin": "TheAdmin",
"site": "TheAgencyTheme"
},
{
"name": "Roles",
"Roles": [
{
"Name": "Administrator",
"Description": "A system role that grants all permissions to the assigned users.",
"Permissions": []
},
{
"Name": "Moderator",
"Description": "Grants users the ability to moderate content.",
"Permissions": []
},
{
"Name": "Editor",
"Description": "Grants users the ability to edit existing content.",
"Permissions": []
},
{
"Name": "Author",
"Description": "Grants users the ability to create content.",
"Permissions": []
},
{
"Name": "Contributor",
"Description": "Grants users the ability to contribute content.",
"Permissions": []
},
{
"Name": "Authenticated",
"Description": "A system role representing all authenticated users.",
"Permissions": []
},
{
"Name": "Anonymous",
"Description": "A system role representing all non-authenticated users.",
"Permissions": []
}
]
},
{
"name": "settings",
"HomeRoute": {
Expand Down
40 changes: 0 additions & 40 deletions src/OrchardCore.Themes/TheBlogTheme/Recipes/blog.recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,46 +84,6 @@
"admin": "TheAdmin",
"site": "TheBlogTheme"
},
{
"name": "Roles",
"Roles": [
{
"Name": "Administrator",
"Description": "A system role that grants all permissions to the assigned users.",
"Permissions": []
},
{
"Name": "Moderator",
"Description": "Grants users the ability to moderate content.",
"Permissions": []
},
{
"Name": "Editor",
"Description": "Grants users the ability to edit existing content.",
"Permissions": []
},
{
"Name": "Author",
"Description": "Grants users the ability to create content.",
"Permissions": []
},
{
"Name": "Contributor",
"Description": "Grants users the ability to contribute content.",
"Permissions": []
},
{
"Name": "Authenticated",
"Description": "A system role representing all authenticated users.",
"Permissions": []
},
{
"Name": "Anonymous",
"Description": "A system role representing all non-authenticated users.",
"Permissions": []
}
]
},
{
"name": "settings",
"HomeRoute": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,46 +67,6 @@
"admin": "TheAdmin",
"site": "TheComingSoonTheme"
},
{
"name": "Roles",
"Roles": [
{
"Name": "Administrator",
"Description": "A system role that grants all permissions to the assigned users.",
"Permissions": []
},
{
"Name": "Moderator",
"Description": "Grants users the ability to moderate content.",
"Permissions": []
},
{
"Name": "Editor",
"Description": "Grants users the ability to edit existing content.",
"Permissions": []
},
{
"Name": "Author",
"Description": "Grants users the ability to create content.",
"Permissions": []
},
{
"Name": "Contributor",
"Description": "Grants users the ability to contribute content.",
"Permissions": []
},
{
"Name": "Authenticated",
"Description": "A system role representing all authenticated users.",
"Permissions": []
},
{
"Name": "Anonymous",
"Description": "A system role representing all non-authenticated users.",
"Permissions": []
}
]
},
{
"name": "settings",
"HomeRoute": {
Expand Down

0 comments on commit 6117d19

Please sign in to comment.