mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
refactor(subtree): duplicate bx in icon name
This commit is contained in:
parent
bde3f0a55c
commit
40086434ec
@ -10,7 +10,7 @@ export default function buildHiddenSubtreeTemplates() {
|
|||||||
id: "_template_text_snippet",
|
id: "_template_text_snippet",
|
||||||
type: "text",
|
type: "text",
|
||||||
title: "Text Snippet",
|
title: "Text Snippet",
|
||||||
icon: "bx bx-align-left",
|
icon: "bx-align-left",
|
||||||
attributes: [
|
attributes: [
|
||||||
{
|
{
|
||||||
name: "template",
|
name: "template",
|
||||||
|
@ -23,6 +23,9 @@ export interface HiddenSubtreeItem {
|
|||||||
id: string;
|
id: string;
|
||||||
title: string;
|
title: string;
|
||||||
type: LauncherNoteType;
|
type: LauncherNoteType;
|
||||||
|
/**
|
||||||
|
* The icon to use for this item, in the format "bx-icon-name" (e.g., `bx-file-blank`), *without* the leading `bx `.
|
||||||
|
*/
|
||||||
icon?: string;
|
icon?: string;
|
||||||
attributes?: HiddenSubtreeAttribute[];
|
attributes?: HiddenSubtreeAttribute[];
|
||||||
children?: HiddenSubtreeItem[];
|
children?: HiddenSubtreeItem[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user