PG and WP 6.2 - capabilities of making a block based theme like 2022 and 2023

@matjaz thank you for doing that. I appreciate it. I look forward to seeing it added to the standalone version of Pinegrow, as that is where I’d like to use it. My Local Pinegrow locks up when I try to upload my webflow zip. So I tested with a smaller version of my file.

I’d like my Gutenberg FSE styling to match my front-end styling. That is ultimately what I’d like to make happen using Pinegrow. I want my designers to think that they are designing on the front end an dto be able better “visualize” their designs.

Does Pinegrow add code to the functions file that helps to define backend styling?

// Editor Styles
add_theme_support( ‘editor-styles’ );
add_editor_style( ‘assets/css/editor-style.css’ )

1 Like