WordPress / create-block-theme

A WordPress plugin to create block themes
https://wordpress.org/plugins/create-block-theme/
GNU General Public License v2.0
335 stars 54 forks source link

Global Styles JSON data inspector #697

Closed matiasbenedetto closed 3 months ago

matiasbenedetto commented 3 months ago

What?

Add Global Styles JSON data inspector.

Why?

Closes: https://github.com/WordPress/create-block-theme/issues/696

Screencast

Demo:

https://github.com/user-attachments/assets/ac6e8ca5-e10f-43f0-b1ca-a6750924956d

madhusudhand commented 3 months ago

This is a helpful tool to inspect the customization. Even though its a JSON structure (same as theme.json), we should probably call it something like Global Style Inspector, Global Style Customizations, View Custom Styles ?

matiasbenedetto commented 3 months ago

:+1: I renamed the options to Global Style Customizations: 6f2f0ac (#697)

matiasbenedetto commented 3 months ago

Good, I committed that. I'm merging this. Thanks for the reviews.