Carolina Nymark
Carolina Nymark
I don't mind the draft status showing in the toolbar, but I can understand if there are objections to it being that prominent.
I have submitted [a pull request](https://github.com/WordPress/gutenberg/pull/65551) that fixes this bug and it is waiting for review.
> I'm wondering if we can do a little more tidying up there: I don't mind :)
@peterwilsoncc My only question is about the first `array_merge`. The previous code replaced `$query['tax_query']`, the suggested update merges them, I would like to understand why? ``` - $query['tax_query'] = $tax_query;...
Can we find a way to inform users when the default query does not work? Like in the post content, or in a custom page template.
Not always, the query can be used for other post types. We may call them post types, but for a user a page is not a post.
@karmatosed The screenshot you shared looks like the regular sidebar? The issue is for the block theme previews. Appearance > Themes Then select the button with the text "Live preview"...
In my **opinion**, the correct way would be for the new feature to be opt-in, because the majority of older classic themes have not been tested with block styles. It...
>I think the important thing here is that theme.json is not taken into account to determine if the current theme is a block theme, i.e. if the global styles UI...
After re-reading the discussion in https://github.com/WordPress/gutenberg/pull/67782, My opinion remains that the basic stylebook that only has the preview should be enabled when: - A classic theme has a theme.json -...