Skip to content

Content Entries

Folder: /_Admin/content/textContentsByFolder?SiteId=...&folder={contentFolderId}
Edit entry: /_Admin/content/content?SiteId=...&folder={contentFolderId}&id={entryId} (no id when creating)
Single content: Click the name on the list to open the content route directly; only one entry to maintain

Create and edit concrete data rows under a content folder. Form fields are determined by the folder’s content type; if related data is configured, corresponding sections appear on the edit page (category / embedded selectors).

How to Enter

Content folder typeAction
FolderClick the content folder name on the list → entry list → New / row edit
Single contentClick name on the list → edit that one entry directly (no list page)
Entry list inside a folder

Entry List (Folder)

Common toolbar actions:

ActionDescription
New {display name}Create a new content entry
Export data / Import dataCSV bulk export/import (per UI)
Search, filterIf the content type has filterable fields, filters may appear at the top
Batch delete, etc.After selecting rows (when permissions allow)

List columns typically include identifier, summary field, online status, modified time, etc. (varies by content type and Content folder settings · Fields order).

Edit Page

Route content; center area is a dynamic form:

  • Content type fields: text, rich text, image, date, etc.
  • Category data: per aliases in content folder settings, multi/single select entries from related folders (multi-select when Multiple is checked).
  • Embedded data: pick entries from related folders to embed, with ordering; grouped embeds show in separate UI sections.

Bottom bar (common for folder type, not single-content folders):

ButtonDescription
SaveWrites the current entry
Save and returnSaves then returns to the entry list
Save and newSaves then continues creating the next entry (when creating)
Save and previewOpens the front-end preview URL; multilingual sites can pick language
Create/edit content entry

Single content folders usually only have Save / Cancel, without list-related buttons like Save and new.

Online Status and Multilingual

  • Whether an entry is online, per-language offline state, etc. follow the form and site multilingual settings.
  • After Enable multilingual on fields in content types, the edit page can switch languages for entry.

Using k.content After Save

Content folder typeHow to read
Folderk.content.{folderName}.all(), get(id), find(...), etc.
Single contentk.content.{folderName}.fieldName direct access
Related dataOn get results, access via aliases
DocDescription
Content foldersFolder vs single content
Content folder settingsRelations and field order
k.contentCRUD and query operators
k-dataTemplate list binding