chrisblakley / Nebula

Nebula is a WordPress theme framework that focuses on enhancing development. The core features of Nebula make it a powerful tool for designing, developing, and analyzing WordPress websites consistently, yet its deliberately uncomplicated code syntax also serves as a learning resource for programmers themselves.
https://nebula.gearside.com
GNU General Public License v2.0
139 stars 36 forks source link

Consider adding support for Appearance Tools and Custom Spacing in the Block Editor #2289

Open chrisblakley opened 1 week ago

chrisblakley commented 1 week ago

These provide additional features to the native block editor:

add_theme_support( 'appearance-tools' );
add_theme_support( 'custom-spacing' );

screenshot_2024-06-28_at_1 57 19___pm

Consider adding this for everyone, or would it be beneficial to add for developers only? If doing it behind a conditional, think of what issues may arise if a developer creates a post using these but then a content manager needs to make edits...