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

13 lines
228 B
Go
Raw Normal View History

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