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

9 lines
185 B
Go
Raw Normal View History

2023-03-12 12:41:10 +00:00
package widgets
const (
SearchFormArgs = "SearchFormArgs"
RecentPostsArgs = "RecentPostsArgs"
RecentCommentsArgs = "RecentCommentsArgs"
ArchiveArgs = "ArchiveArgs"
)