feat: persist text memo notes in work server
This commit is contained in:
@@ -26,7 +26,7 @@ export const registeredWidgets: WidgetRegistryItem[] = [
|
||||
id: 'text-memo-widget',
|
||||
title: 'Text Memo Widget',
|
||||
description:
|
||||
'텍스트 메모를 작성하고 최근 저장본을 브라우저 Local Storage에 유지한 뒤 다시 불러올 수 있는 위젯입니다.',
|
||||
'텍스트 메모를 작성하고 최근 저장본을 work-server DB에 보관해 다시 불러올 수 있는 위젯입니다.',
|
||||
features: ['component-sample', 'feature-registry', 'imperative-handle'],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user