rename "widget" type to "content-widget"

This commit is contained in:
zadam 2022-12-06 16:23:49 +01:00
parent 012fb1f50b
commit d619a7a2d7
2 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import NoneTypeWidget from "./type_widgets/none.js";
import NoteMapTypeWidget from "./type_widgets/note_map.js"; import NoteMapTypeWidget from "./type_widgets/note_map.js";
import WebViewTypeWidget from "./type_widgets/web_view.js"; import WebViewTypeWidget from "./type_widgets/web_view.js";
import DocTypeWidget from "./type_widgets/doc.js"; import DocTypeWidget from "./type_widgets/doc.js";
import ContentWidgetTypeWidget from "./type_widgets/widget.js"; import ContentWidgetTypeWidget from "./type_widgets/content_widget.js";
const TPL = ` const TPL = `
<div class="note-detail"> <div class="note-detail">