Change default value, fix API

This commit is contained in:
ajnart
2023-04-05 14:23:52 +09:00
parent 54aa5f7f4d
commit 405219c081
2 changed files with 8 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ const definition = defineWidget({
options: {
rssFeedUrl: {
type: 'multiple-text',
defaultValue: ['https://japantimes.co.jp/feed'],
defaultValue: [],
},
},
gridstack: {