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