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