feat(breadcrumb_badges): integrate note properties tab

This commit is contained in:
Elian Doran
2025-12-11 17:34:04 +02:00
parent 1eee471018
commit fa8287269f
4 changed files with 22 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ export const RIBBON_TAB_DEFINITIONS: TabConfiguration[] = [
title: t("note_properties.info"),
icon: "bx bx-info-square",
content: NotePropertiesTab,
show: ({ note }) => !!note?.getLabelValue("pageUrl"),
show: ({ note }) => !isNewLayout && !!note?.getLabelValue("pageUrl"),
activate: true
},
{