mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 01:52:28 +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",
|
||||
type: "text",
|
||||
title: "Text Snippet",
|
||||
icon: "bx bx-align-left",
|
||||
icon: "bx-align-left",
|
||||
attributes: [
|
||||
{
|
||||
name: "template",
|
||||
|
@ -23,6 +23,9 @@ export interface HiddenSubtreeItem {
|
||||
id: string;
|
||||
title: string;
|
||||
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;
|
||||
attributes?: HiddenSubtreeAttribute[];
|
||||
children?: HiddenSubtreeItem[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user