Skip to content

pantoken / platforms/wordpress/src / themeJson

Zmienna: themeJson

const themeJson: ThemeJson

Eksperymentalne

Gotowy rebrand theme.json.

Przykład

Zapisz to w motywie blokowym

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

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