Skip to content

Commit

Permalink
LPD-35460 Make pages restricted to site members only
Browse files Browse the repository at this point in the history
  • Loading branch information
dsitu authored and brianchandotcom committed Oct 13, 2024
1 parent fa3b13a commit 7e00840
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"name_i18n": {
"en_US": "Account Management"
},
"permissions": [
{
"actionIds": [
],
"roleName": "Guest",
"scope": 4
}
],
"private": false,
"system": false,
"type": "content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"name_i18n": {
"en_US": "Compare"
},
"permissions": [
{
"actionIds": [
],
"roleName": "Guest",
"scope": 4
}
],
"private": false,
"system": false,
"type": "content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"name_i18n": {
"en_US": "Catalog"
},
"permissions": [
{
"actionIds": [
],
"roleName": "Guest",
"scope": 4
}
],
"private": false,
"system": false,
"type": "content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"name_i18n": {
"en_US": "Product Detail"
},
"permissions": [
{
"actionIds": [
],
"roleName": "Guest",
"scope": 4
}
],
"private": false,
"system": false,
"type": "content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"name_i18n": {
"en_US": "Lists"
},
"permissions": [
{
"actionIds": [
],
"roleName": "Guest",
"scope": 4
}
],
"private": false,
"system": false,
"type": "content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"name_i18n": {
"en_US": "Checkout"
},
"permissions": [
{
"actionIds": [
],
"roleName": "Guest",
"scope": 4
}
],
"private": false,
"system": false,
"type": "content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"name_i18n": {
"en_US": "Pending Orders"
},
"permissions": [
{
"actionIds": [
],
"roleName": "Guest",
"scope": 4
}
],
"private": false,
"system": false,
"type": "content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"name_i18n": {
"en_US": "Placed Orders"
},
"permissions": [
{
"actionIds": [
],
"roleName": "Guest",
"scope": 4
}
],
"private": false,
"system": false,
"type": "content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"name_i18n": {
"en_US": "Returns"
},
"permissions": [
{
"actionIds": [
],
"roleName": "Guest",
"scope": 4
}
],
"private": false,
"system": false,
"type": "content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"name_i18n": {
"en_US": "Search"
},
"permissions": [
{
"actionIds": [
],
"roleName": "Guest",
"scope": 4
}
],
"private": false,
"system": false,
"type": "content"
Expand Down

0 comments on commit 7e00840

Please sign in to comment.