import type { Field } from 'payload'

export const inclusionField: Field = {
  name: 'inclusionText',
  type: 'text',
  admin: {
    description: 'Optional inclusion text (e.g., "including continental breakfast"). Will not render if left empty.',
  },
}
