WordPress / wporg-gutenberg

The theme for https://wordpress.org/gutenberg/
https://wordpress.org/gutenberg/
10 stars 5 forks source link

Move front end editor modifications out of `functions.php` #13

Closed StevenDufresne closed 2 years ago

StevenDufresne commented 2 years ago

We add some inline scripts to control Gutenberg behavior on load.

It's probably a better strategy to move that out from the functions.php file and into a separate javascript file because I expect we will need to add more logic of this type and we can keep it cleaner by just having it include the file.

Examples: