CMS - change manifest name (#862)

This commit is contained in:
Lukasz Ostrowski 2023-08-08 09:33:04 +02:00 committed by GitHub
parent a951af938e
commit fe767a494b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View 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)

View file

@ -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",