Payload Fields
Payload CMS semantic fields
@nexload-sdk/payload-fields
v3.1.0 Stable ReleasedProduction-grade semantic field factories and Admin integrations for Payload CMS.
@nexload-sdk/payload-fields 3.1.0 supplies three opinionated field families for Payload 3: managed Unicode slugs, ISO dates with Jalali Admin presentation, and safe-integer money values. Use it when these persistence and Admin contracts match your product. Use native Payload fields when they do not.
What it owns
Section titled “What it owns”- Field factories, server validation, normalization, and package Admin components.
- Stable persistence shapes: slugs are strings, dates remain Payload ISO date values, and money is stored as integer minor units.
- An optional authenticated endpoint for project-owned slug generators.
It does not create collections, define access control, choose currencies for your domain, or replace @nexload-sdk/payload-editor. The editor package exists separately and can be installed alongside this package.
Choose a path
Section titled “Choose a path”- Install the package and its matched Payload/React peers.
- Follow the quick start for one collection.
- Read concepts before changing storage or localization.
- Use guides for slugs, Jalali dates, money, and the plugin endpoint.
- Consult the API and troubleshooting pages while integrating.
The package runs in Payload server/config code. Its exported Admin component subpaths are consumed through Payload’s Import Map; do not import those React components into ordinary application code.
Source of truth
Section titled “Source of truth”These docs describe the current package version only. Check the package changelog or release history before upgrading across a major version.