wp-go/internal/pkg/constraints/widgets/constraints.go

13 lines
270 B
Go
Raw Normal View History

2023-03-12 12:41:10 +00:00
package widgets
const (
2023-03-27 03:37:24 +00:00
Search = "widget-search"
RecentPosts = "widget-recent-posts"
RecentComments = "widget-recent-comments"
Archive = "widget-archives"
Categories = "widget-categories"
Meta = "widget-meta"
2023-03-17 10:26:08 +00:00
Widget = "widget"
)