Skip to content

pantoken / platforms/wordpress/src / themeJson

Variabel: themeJson

const themeJson: ThemeJson

Eksperimentel

Det færdige rebrand theme.json.

Eksempel

Skriv det ind i et block theme

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

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