StatamicApiEntryDefaultFieldsKeys

Default entry fields that Statamic returns.

Type Definition

type 
StatamicApiEntryDefaultFieldsKeys
= "api_url"
| "blocks" | "blueprint" | "collection" | "date" | "id" | "locale" | "slug" | "status" | "title" | "updated_at" | "uri" | "url" // SEO fields | "seo_canonical_entry" | "seo_canonical_type" | "seo_description" | "seo_json_ld" | "seo_nofollow" | "seo_noindex" | "seo_og_description" | "seo_og_image" | "seo_og_title" | "seo_site_name_position" | "seo_title" | "seo_twitter_card" | "seo_twitter_description" | "seo_twitter_summary_image" | "seo_twitter_summary_large_image" | "seo_twitter_title" // i18n fields | "slugs";