@secretstache/wordpress-gutenberg 0.4.9 → 0.4.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,7 +61,7 @@ export const addUnsetRootBlockFilter = (rootBlockName) => {
61
61
  * @param {Function} [matchPostTypeCallback=null] - Callback function when the post type matches.
62
62
  * @param {Function} [notMatchPostTypeCallback=null] - Callback function when the post type does not match.
63
63
  */
64
- export const setRootBlock = ( // TODO: rebuild params to object
64
+ export const setRootBlock = (
65
65
  rootBlockName,
66
66
  postTypes = ['page', 'ssm_design_system'],
67
67
  initAppender = true,