UNPKG

payload-plugin-scheduler

Version:
17 lines (14 loc) 226 B
import type { GlobalConfig } from "payload/types"; const Home: GlobalConfig = { slug: 'home', versions: { drafts: true, }, fields: [ { name: 'title', type: 'text', } ] } export default Home