Skip to content

pantoken / platforms/wordpress/src / themeJson

Newidyn: themeJson

const themeJson: ThemeJson

Arbrofol

Y rebrand theme.json parod.

Enghraifft

Ysgrifennwch ef i thema bloc

ts
import { writeFileSync } from "node:fs";
import { themeJson } from "@pantoken/wordpress";

writeFileSync("./my-theme/theme.json", JSON.stringify(themeJson, null, 2));