module.exports = { safelist: ["rtl", "home", "blog", "archive", "date", "error404", "logged-in", "admin-bar", "no-customize-support", "custom-background", "wp-custom-logo", "alignnone", "alignright", "alignleft", "alignwide", "alignfull", "wp-caption", "wp-caption-text", "screen-reader-text", "comment-list", "wp-social-link", /^search(-.*)?$/, /^(.*)-template(-.*)?$/, /^(.*)?-?single(-.*)?$/, /^postid-(.*)?$/, /^attachmentid-(.*)?$/, /^attachment(-.*)?$/, /^page(-.*)?$/, /^(post-type-)?archive(-.*)?$/, /^author(-.*)?$/, /^category(-.*)?$/, /^tag(-.*)?$/, /^tax-(.*)?$/, /^term-(.*)?$/, /^(.*)?-?paged(-.*)?$/, /^wp-block-(.*)?$/, /^has-(.*)?$/, /^is-(.*)?$/, /^wp-embed-(.*)?$/, /^blocks-gallery-(.*)?$/] } ;