Skip to content
Discussion options

You must be logged in to vote

Hi there @jegantechmongo, with the recent release of site level permission enforcement into the PageBuilder application in sandbox environments, users developing locally should ensure their bundle mocks/user file is set up with app PageBuilder permissions in the global object. After updating this file you must restart your bundle fully for the permissions to take effect. Example:

{
  "displayName": "Developer",
  "tracking": false,
  "permissions": {
    "PageBuilder": {
      "global": ["AAPP", "W", "D", "P", "UP", "VRP", "ERP", "DT", "RE", "RD", "A", "MSP", "DSP", "ASP", "DASP", "MT", "EA", "MAT"]
    }
  }
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@matthewroach
Comment options

@mfyz
Comment options

Answer selected by radominchev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment