Skip to content

pantoken / platforms/wordpress/src / themeJson

Muuttuja: themeJson

const themeJson: ThemeJson

Kokeellinen

Valmiiksi tehty rebrand theme.json.

Esimerkki

Kirjoita se lohko­teemaan

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

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