Skip to content

pantoken / platforms/wordpress/src / themeJson

Változó: themeJson

const themeJson: ThemeJson

Kísérleti

Az előkészített rebrand theme.json.

Példa

Írja be egy blokkos témába

ts
import { writeFileSync } from "node:fs";
import { themeJson } from "@pantoken/wordpress";

writeFileSync("./my-theme/theme.json", JSON.stringify(themeJson, null, 2));