跳到主要内容

Writing content

In Strapi, writing content consists in filling up fields, which are meant to contain specific content (e.g. text, numbers, media, etc.). These fields were configured for the collection or single type beforehand, through the Content-type Builder.

Edit view to write contentEdit view to write content

Filling up fields

To write or edit content:

  1. Access the edit view of your collection type or single type.
  2. Write your content, following the available field schema. You can refer to the table below for more information and instructions on how to fill up each field type.
Field nameInstructions
TextWrite your content in the textbox.
Rich text (Markdown)Write your textual content in the editor, in Markdown. Some basic formatting options (titles, bold, italics, underline) are available in the top bar of the editor to apply to selected text. A Preview mode/Markdown mode button to switch between modes is also available.

💡 The box can be expanded by clicking on Expand in the bottom bar. It displays side by side, at the same time, the textbox that you can edit and the preview.
Rich text (Blocks)Write and manage your content in the editor, which automatically renders live all additions/updates. In the Blocks editor, paragraphs behave as blocks of text: hovering on a paragraph will display an icon Reorder icon on which to click to reorder the content. Options to format or enrich the content are also accessible from the top bar of the editor (basic formatting options, code, links, image etc.).

💡 In the Blocks editor, you can use text formatting keyboard shortcuts (e.g. ctrl + B to apply bold formatting on selected content) as well as Markdown shortcuts.
List of available Markdown shortcuts in Blocks
  • # to ###### to convert to H1 to H6 headings
  • > to convert to a quote
  • -, * or + to convert to a bullet list
  • 1. to convert to a numbered list
  • ![ to add an image
  • ``` to convert to a code block
💡 You can also click on the Expand button in the bottom right corner to expand the Rich text field.
NumberWrite your number in the textbox. Up and down arrows, displayed on the right of the box, allow to increase or decrease the current number indicated in the textbox.
Date1. Click the date and/or time box.
2. Type the date and time or choose a date using the calendar and/or a time from the list. The calendar view fully supports keyboard-based navigation.
BooleanClick on OFF or ON.
RelationChoose an entry from the drop-down list. See Managing relational fields for more information.
EmailWrite a complete and valid email address.
PasswordWrite a password.

💡 Click the eye icon, displayed on the right of the box, to show the password.
Enumeration1. Click the drop-down list.
2. Choose an entry from the list.
Media1. Click the media area.
2. Choose an asset from the Media Library or from a folder if you created some, or click the Add more assets button to add a new file to the Media Library.

💡 It is possible to drag and drop the chosen file in the media area.
JSONWrite your content, in JSON format, in the code textbox.
UIDWrite a unique identifier in the textbox. A "Regenerate" button, displayed on the right of the box, allows automatically generating a UID based on the content type name.
✏️ Note

Filling out a custom field depends on the type of content handled by the field. Please refer to the dedicated documentation for each custom field hosted on the Marketplace.

Components

Components are a combination of several fields, which are grouped together in the edit view. Writing their content works exactly like for independent fields, but there are some specificities to components.

There are 2 types of components: non-repeatable and repeatable components.

Non-repeatable components

Non-repeatable component - No entry yetNon-repeatable component - No entry yetNon-repeatable component - With entriesNon-repeatable component - With entries

Non-repeatable components are a combination of fields that can be used only once.

By default, the combination of fields is not directly displayed in the edit view:

  1. Click on the add button Add icon to add the component.
  2. Fill in the fields of the component.

To delete the non-repeatable component, click on the delete button Delete icon, located in the top right corner of the component area.

Repeatable components

Repeatable componentRepeatable component

Repeatable components are also a combination of fields, but they allow the creation of multiple component entries, all following the same combination of fields.

To add a new entry and display its combination of fields:

  1. Click on the add button Add icon to add the component.
  2. Fill in the fields of the component.
  3. (optional) Click on the Add new entry button and fill in the fields again.

The repeatable component entries can be reordered or deleted directly in the edit view, using buttons displayed on the right of the entry area.

  • Use the drag & drop button Drag icon to reorder entries of your repeatable component.
  • Use the delete button Delete icon to delete an entry from your repeatable component.
✏️ Note

Unlike regular fields, the order of the entries of a repeatable component is important. It should correspond exactly to how end users will read/see the content.

Dynamic zones

Dynamic zones are a combination of components, which themselves are composed of several fields. Writing the content of a dynamic zone requires additional steps in order to access the fields.

Writing content for a dynamic zoneWriting content for a dynamic zoneWriting content for a dynamic zoneWriting content for a dynamic zone
  1. Click on the Add icon Add a component to [dynamic zone name] button.
  2. Choose a component available for the dynamic zone.
  3. Fill in the fields of the component.

Dynamic zones' components can also be reordered or deleted directly in the edit view, using buttons displayed in the top right corner of the component area.

  • Use the drag & drop button Drag icon to reorder components in your dynamic zone.
  • Use the delete button Delete icon to delete a component from your dynamic zone.
💡 Tip

You can also use the keyboard to reorder components: focus the component using Tab, press Space on the drag & drop button Drag icon and use the arrow keys to then re-order, pressing Space again to drop the item.

✏️ Note

Unlike regular fields, the order of the fields and components inside a dynamic field is important. It should correspond exactly to how end users will read/see the content.