Skip to content

pantoken / platforms/wordpress/src / themeJson

変数: themeJson

const themeJson: ThemeJson

実験的

既製の rebrand theme.json

ブロックテーマに書き込む

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

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