Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit dcccb5a

Browse files
committed
feat(builtin_templates): add icon for text snippets
1 parent 47eaee8 commit dcccb5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/server/src/services/hidden_subtree_templates.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default function buildHiddenSubtreeTemplates() {
1010
id: "_template_text_snippet",
1111
type: "text",
1212
title: "Text Snippet",
13+
icon: "bx bx-align-left",
1314
attributes: [
1415
{
1516
name: "template",

0 commit comments

Comments
 (0)