Skip to content

Instantly share code, notes, and snippets.

View rafaell-lycan's full-sized avatar
💣
(╯°□°)╯ ︵ ┻━┻

Rafaell Lycan rafaell-lycan

💣
(╯°□°)╯ ︵ ┻━┻
View GitHub Profile
@rafaell-lycan
rafaell-lycan / locations.ts
Last active December 30, 2024 22:05
Collection Locations + ad
import type { CollectionConfig } from 'payload'
export const States: CollectionConfig = {
slug: 'states',
admin: {
useAsTitle: 'name',
},
fields: [
{
name: 'name',