Add links to read me support pages

Note that since the support pages are not yet ready the "read more"
buttons are hidden. Once the correct link is added they become visible
again.
This commit is contained in:
casper 2021-11-27 13:48:38 +01:00
parent 964de6c7fb
commit f1ef1c283e
6 changed files with 8 additions and 1 deletions

View file

@ -14,6 +14,7 @@ Packages
bannerVisible: CuraApplication.shouldShowMarketPlaceManagePackagesBanner()
bannerIcon: "ArrowDoubleCircleRight"
bannerBody: catalog.i18nc("@text", "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly.")
readMoreUrl: "" // TODO add when support page is ready
onRemoveBanner: function() {
CuraApplication.closeMarketPlaceManagePackagesBanner();
bannerVisible = false;