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));