Skip to content

pantoken / platforms/wordpress/src / themeJson

Variable: themeJson

const themeJson: ThemeJson

Experimentell

Das fertige rebrand theme.json.

Beispiel

Schreibe es in ein Block-Theme

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

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