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