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