Skip to content

pantoken / platforms/wordpress/src / themeJson

Spremenljivka: themeJson

const themeJson: ThemeJson

Eksperimentalno

Vnaprej pripravljena rebrand theme.json.

Primer

Zapišite ga v blokovno temo

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

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