CMS - change manifest name (#862)
This commit is contained in:
parent
a951af938e
commit
fe767a494b
2 changed files with 6 additions and 1 deletions
5
.changeset/odd-bananas-visit.md
Normal file
5
.changeset/odd-bananas-visit.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"saleor-app-cms-v2": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Changed public (manifest) name app to be "CMS" (previously it was "CMS 2", since two apps existed at the same time)
|
|
@ -31,7 +31,7 @@ export default createManifestHandler({
|
||||||
],
|
],
|
||||||
homepageUrl: "https://github.com/saleor/apps",
|
homepageUrl: "https://github.com/saleor/apps",
|
||||||
id: "saleor.app.cms2",
|
id: "saleor.app.cms2",
|
||||||
name: "CMS 2",
|
name: "CMS",
|
||||||
permissions: ["MANAGE_PRODUCTS"],
|
permissions: ["MANAGE_PRODUCTS"],
|
||||||
requiredSaleorVersion: ">=3.10 <4",
|
requiredSaleorVersion: ">=3.10 <4",
|
||||||
supportUrl: "https://github.com/saleor/apps/discussions",
|
supportUrl: "https://github.com/saleor/apps/discussions",
|
||||||
|
|
Loading…
Reference in a new issue