Ben Dwyer
Ben Dwyer
> On the form we can include the option to add a specific font, then generate a functions.php file that enqueues that. We would have to add that same font...
The benefit I see of putting it in a plugin is that it enables theme builders to create block themes easily before the tools are in Gutenberg.
I also added blank theme creation to the site editor:
@madhusudhand @pbking sorry I forgot to mention that you also need this associated Gutenberg PR: https://github.com/WordPress/gutenberg/pull/42824
> Yeah, definitely either need a check for capabilities or wait for that change to land in CORE to release this. Done in dfbc74f.
Changed to local file references and bumped the version number.
I also removed the `.edit-post-visual-editor` selector from editor-blocks.css. When this file is added as an editor style then the `.editor-styles-wrapper` prefix is added, so `.edit-post-visual-editor` won't work. I also renamed...
I updated the approach here to remove as many editor styles as possible. This is ready for another review.
@nielslange are you able to update this?
What stops us from using the templates added by WC?