SR
Usage

Sections Import

Import sections to organize your content structure.


Columns

ColumnRequiredDescription
handleYesUnique identifier
nameYesDisplay name
typeYesSection type: single, channel, structure
entryTypesYesComma-separated entry type handles
enableVersioningNoIf versioning should be enabled
siteNoSite handle for site-specific settings
siteUriNoURI pattern (e.g., blog/{slug})
siteTemplateNoTemplate path
siteHomeNoIs homepage (true/false, singles only)
siteDefaultStatusNoDefault status: true/false
propagationMethodNoHow entries propagate across sites
maxAuthorsNoMaximum number of authors
maxLevelsNoMaximum nesting levels (structures only)
defaultPlacementNoNew entry placement (structures only)
enablePreviewTargetsNoIf preview targets exist
previewTargetLabelNoPreview Target label
previewTargetUrlFormatNoPreview Target url format
previewTargetAutoRefreshNoIf Preview Target should auto refresh

Example

handle,name,type,site,siteUri,siteTemplate,siteHome,siteDefaultStatus,entryTypes,propagationMethod,maxAuthors,maxLevels,defaultPlacement
blog,Blog,channel,en,{slug},/pages/_entry.twig,,TRUE,"default_pagebuilder, default_contentbuilder",Only save entries to the site they were created in,2,,
blog,,,de,{slug},/pages/_entry.twig,,FALSE,,,,,
home,Home,single,en,,/pages/_entry.twig,TRUE,TRUE,default_pagebuilder,Save entries to other sites in the same site group,,,
pages,Pages,structure,en,{slug},/pages/_entry.twig,,TRUE,default_contentbuilder,Save entries to other sites with the same language,10,4,Before other entries

Section Types

TypeDescription
singleOne entry only, typically for homepage or about page
channelMultiple entries in chronological order
structureHierarchical entries with parent-child relationships

Propagation Methods

ValueLabelDescription
allSave to all sitesEntry exists in all sites
siteGroupSave to site groupEntry exists in same site group
languageSave to sites with same languageEntry exists in same-language sites
noneOnly save to this siteEntry is site-specific
customCustom...Use custom propagation rules

Default Placement

For structures you can use the defaultPlacement.

ValueLabelDescription
beginningBefore other entriesPlace new entries at the beginning
endAfter other entriesPlace new entries at the end

Multiple Entry Types

Separate multiple entry type handles with commas:

handle,name,type,entryTypes
news,News,channel,"article, event,announcement"

Use quotes when the value contains commas.

Multiple Site Settings

For multiple site settings, use different rows with the same section handle.

Multiple Preview Targets

For multiple preview targets, use different rows with the same section handle.


Copyright © 2026 Samuel Reichör