From d1cf90ac31f22383e2a2d08dfd512a95e0700582 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 10 Oct 2024 09:44:11 +0200 Subject: [PATCH] chore: add changeset Signed-off-by: blam Signed-off-by: blam --- .changeset/silly-ligers-tan.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/silly-ligers-tan.md diff --git a/.changeset/silly-ligers-tan.md b/.changeset/silly-ligers-tan.md new file mode 100644 index 0000000000..d5b666a07b --- /dev/null +++ b/.changeset/silly-ligers-tan.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend': patch +--- + +Adds the ability to disable catalog processing with `catalog.processingEnabled` config flag