Themes.json May 2026

: Check the WordPress Developer Handbook for a full reference. 2. Power BI theme.json Guide

In WordPress, theme.json is the configuration file for block-based themes. It allows you to define global settings and styles that apply to both the front end and the editor. themes.json

A standard theme.json file is placed in your theme's root directory and typically includes these sections: : Specifies the API version (currently 2 or 3). : Check the WordPress Developer Handbook for a

Back to top