Question

On our website we have sections that have different backgrounds that span the full width of the viewport and for this reason we have introduced a custom block called section with its own inner containers etc. This means that when you are editing a page you usually add a section block first before adding the content.

This works fine until you edit a page that doesn't have multiple sections and instead has its wrappers inside the theme template itself. For example a blog post doesn't need to have multiple sections and instead the user just adds the content. This becomes an issue as the editor then has no concept of the wrappers of the single.php template and we can't add them to the styles for the editor because these would then conflict with those for the blocks.

Is it possible to detect when a user is editing a certain post type such as a post? And therefore we can style the editor appropriately?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top