Skip to content

pantoken / platforms/vanilla/src / variables

משתנה: variables

const variables: Record<string, unknown>

ניסיוני

אובייקט המשתנים המוכן של rebrand של Vanilla Foundation.

דוגמה

שים אותו בנכס variables.json של התבנית

ts
import { variables } from "@pantoken/vanilla";

await fetch("https://community.example.com/api/v2/themes/THEME_ID/assets/variables.json", {
  method: "PUT",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify(variables),
});