Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
888 stars 355 forks source link

Try moving theme.json validations to theme-check plugin #8219

Open madhusudhand opened 2 days ago

madhusudhand commented 2 days ago

The validation tool implemented in the repo works great in identifying validation errors of theme.json. If this can be ported to theme-check plugin, all of WordPress community gets benefited.

Challenges:

Current implementation is based on node.js and it should be re-written in php to add it in theme-check.