We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3826fd2 commit 35f182cCopy full SHA for 35f182c
2 files changed
bin/setup/index.js
@@ -334,9 +334,7 @@ const RULES_MAP = {
334
const body = {
335
description: `Key used by PDP Prerender components [${org}/${site}]`,
336
roles: [
337
- "preview",
338
- "publish",
339
- "config_admin"
+ "publish"
340
]
341
};
342
bin/setup/ui/setup-wizard.js
@@ -733,9 +733,7 @@ export class SetupWizard extends LitElement {
733
734
description: `Key used by PDP Prerender components [${this.org}/${this.site}]`,
735
736
737
738
739
740
741
0 commit comments