tinacms/tinacms
public

Tinacms

A fully open-source headless CMS that supports Markdown and Visual Editing

rss

Renamed when schema types were consolidated in Feb 2023 (commit 4d1434e, "Mark SchemaField as deprecated in favor of TinaField"). The TinaFieldEnriched alias remains only for back-compat and is a structural alias for TinaField.

removal date passed

deprecated February 23, 2023removal February 23, 2025
/**
 * @deprecated use `TinaField` instead
 */
export type TinaFieldEnriched = TinaField;

TinaField

  1. Replace TinaFieldEnriched with TinaField in imports and type annotations.

  2. No runtime or structural changes required — the types are identical aliases.

  • JackDevAUJackDevAUadded packages/tinacms/src/index.ts3h ago