SR
Usage

Entry Types Import

Import entry types to define your content structures.


Columns

ColumnRequiredDescription
handleYesUnique identifier
nameYesDisplay name
descriptionNoDescription text
titleTranslationMethodNoHow titles are translated
titleTranslationKeyFormatNoCustom translation key format
showSlugNoShow slug field (true/false)
slugTranslationMethodNoHow slugs are translated
slugTranslationKeyFormatNoCustom slug translation key format
showStatusFieldNoShow status field (true/false)

Example

handle,name,description,titleTranslationMethod,titleTranslationKeyFormat,showSlug,slugTranslationMethod,slugTranslationKeyFormat,showStatusField
default_pagebuilder,Default Pagebuilder,Build pages with this entry type,Translate for each language,,TRUE,Not translatable,,TRUE
default_contentbuilder,Default Contentbuilder,Build parts of pages with this entry type,Custom…,{{include('global/site.twig')}},FALSE,Not translatable,,TRUE

Translation Methods

ValueLabelDescription
noneNot translatableSame value across all sites
siteTranslate for each siteDifferent value per site
siteGroupTranslate for each site groupDifferent value per site group
languageTranslate for each languageDifferent value per language
customCustom...Use custom key format

When using custom, you must provide the corresponding KeyFormat column.

Custom Translation Example

handle,name,titleTranslationMethod,titleTranslationKeyFormat
shared,Shared Content,custom,{section.handle}

Copyright © 2026 Samuel Reichör