by WordPress.org on WordPress.org

Create Block Theme panel in the WordPress Editor
This plugin allows you to:
All newly created themes or style variations will include changes made within the WordPress Editor.
This plugin also makes several changes to the contents of a theme, including:
assets folder.Disclaimer: The Create Block Theme plugin offers critical developer-friendly features; you can think of it as a Development Mode for WordPress, and you should keep in mind that changes made through this plugin could change your site and/or theme permanently.
(Make sure you know what you’re doing before hitting that ‘Save’ button 😉)
Install and activate the Create Block Theme plugin.
There will be a new panel accessible from the WordPress Editor, which you can open by clicking on a new icon to the right of the “Save” button, at the top of the Editor.
Make changes to your site styles, fonts and templates using the Editor.
Still in the WordPress Editor, navigate to the Create Block Theme menu at the top of the Editor.
To save recent changes made in the Editor to the currently active theme:
To install and uninstall fonts:
or export the theme:
To edit the theme metadata:
To inspect the active theme’s theme.json contents:
To create a new blank theme:
To create a variation:
To create a new Clone of the current theme or to create a Child of the current theme:
Many of these options are also available under the older, deprecated Create Block Theme page under Appearance > Create Block Theme.
If you are having problems, please try the following:
WP_DEBUG setting in your wp-config.php file is set to false like this: define( 'WP_DEBUG', false );.?> at the end of the file. If they do, remove them.