Skip to content

pantoken / platforms/wordpress/src / themeJson

Taipūtī: themeJson

const themeJson: ThemeJson

Whakamātautau

Ko te rebrand theme.json kua oti kē.

Tauira

Tuhia ki roto i tētahi kaupapa poraka

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

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