From fa260da6e726db23520cbb3d1070ea580de4979b Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 17 Mar 2026 17:22:47 +0100 Subject: [PATCH] fix: update devtools sub-page config key Point the example app config at the new catalog-unprocessed-entities sub-page key so app startup no longer references the removed devtools content extension. Signed-off-by: Patrik Oldsberg Made-with: Cursor --- app-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-config.yaml b/app-config.yaml index 5eea93084e..708d2e630e 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -147,7 +147,7 @@ app: # - entity-content:azure-devops/git-tags # Enable the catalog-unprocessed-entities tab in devtools - - devtools-content:catalog-unprocessed-entities: true + - sub-page:catalog-unprocessed-entities/unprocessed-entities: true # Disable the catalog-unprocessed-entities element outside devtools - page:catalog-unprocessed-entities: false