@secretstache/wordpress-gutenberg 0.6.11 → 0.6.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -107,7 +107,7 @@ const QueryType = memo(({
|
|
|
107
107
|
const TaxonomySelect = memo(({
|
|
108
108
|
condition = true,
|
|
109
109
|
attributeName = 'selectedCategories',
|
|
110
|
-
taxonomy = '
|
|
110
|
+
taxonomy = 'categories',
|
|
111
111
|
placeholder = 'Categories to show',
|
|
112
112
|
disabled = false,
|
|
113
113
|
render = null,
|
|
@@ -180,7 +180,7 @@ const TaxonomySelect = memo(({
|
|
|
180
180
|
const CuratedPosts = memo(({
|
|
181
181
|
condition = true,
|
|
182
182
|
attributeName = 'curatedPosts',
|
|
183
|
-
postType = '
|
|
183
|
+
postType = 'post',
|
|
184
184
|
placeholder = 'Posts to show',
|
|
185
185
|
disabled = false,
|
|
186
186
|
render = null,
|