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