From 283eef4bfd35e09fa860035b2e9d0b911cb29d89 Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Fri, 1 Apr 2022 14:05:11 +0200 Subject: [PATCH] trigger catalogs workflow --- catalogs/lib/manifest.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalogs/lib/manifest.js b/catalogs/lib/manifest.js index 565f2c0..d66ffe0 100644 --- a/catalogs/lib/manifest.js +++ b/catalogs/lib/manifest.js @@ -45,7 +45,8 @@ function createManifest() { } ], behaviorHints: { - configurable: false, // @TODO might enable configuration to configure providers + // @TODO might enable configuration to configure providers + configurable: false, configurationRequired: false } };