feat(builtin_templates): add icon for text snippets

This commit is contained in:
Elian Doran 2025-06-17 19:07:05 +03:00
parent 47eaee8b70
commit dcccb5ad30
No known key found for this signature in database

View File

@ -10,6 +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",
attributes: [ attributes: [
{ {
name: "template", name: "template",