Add HTML widget
This commit is contained in:
parent
e8043be107
commit
75079a981b
3 changed files with 36 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ func New(widgetType string) (Widget, error) {
|
|||
return &Bookmarks{}, nil
|
||||
case "iframe":
|
||||
return &IFrame{}, nil
|
||||
case "html":
|
||||
return &HTML{}, nil
|
||||
case "hacker-news":
|
||||
return &HackerNews{}, nil
|
||||
case "releases":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue