Skip to content

pantoken / platforms/wordpress/src / themeJson

Переменная: themeJson

const themeJson: ThemeJson

Экспериментально

Готовый rebrand theme.json.

Пример

Запишите это в блочную тему

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

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