Skip to main content

Content Manager

From the Content Manager, accessible via the main navigation of the admin panel, users can write and manage their content.

Identity Card of the Content Manager

Role & permission: Minimum "Configure view" permissions in Roles > Plugins - Content Manager.
Environment: Available in both Development & Production environment.

Overview

The Content Manager contains the available collection and single content-types which were created beforehand using the Content-type Builder.

Content can be created, managed and published from the 2 categories displayed in the sub navigation of the Content Manager:

  • Collection types, which lists available content-types managing several entries. For each available collection type, multiple entries can be created, which is why each collection type is divided into 2 interfaces:

    • the list view, which displays a table with all entries created for that collection type.
    • the edit view, which focuses on a chosen entry of your collection type, and from where you can actually manage the content.
  • Single types, which lists available content-types with only one entry. Unlike collection types, which have multiple entries, single types are not created for multiple uses. In other words, there can only be one default entry per available single type. There is therefore no list view in the Single types category.

Tip

Click the search icons to use a text search and find one of your content-types and/or entries more quickly!

Specifically for your collection types' entries, you can also use the Filters button to set condition-based filters, which add to one another (i.e., if you set several conditions, only the entries that match all the conditions will be displayed).

Configuration

Both the list view and the edit view can be configured, and the former can either be configured temporarily or permanently.

Configuring the list view


Temporary configuration

By configuring temporarily the list view, the configurations will be reset as soon as the page is refreshed or when navigating outside the Content Manager. This configuration allows to temporarily choose which fields to display in the list view's table.

  1. Click on the settings button .
  2. Tick the boxes associated with the field you want to be displayed in the table.
  3. Untick the boxes associated with the fields you do not want to be displayed in the table.
Displayed fields in the settings of a list view in the Content ManagerDisplayed fields in the settings of a list view in the Content Manager

Permanent & advanced configuration

By configuring permanently the list view, you not only ensure that they are not reset at every page refresh or navigation, but you also have access to more options (e.g., enablement/disablement of search, filters and bulk actions, reordering of the list view table's fields etc.).

Note

The configurations only apply to the list view of the collection type from which the settings are accessed (i.e., disabling the filters or search options for a collection type will not automatically also disable these same options for all other collection types).

Settings of a list view in the Content ManagerSettings of a list view in the Content Manager
  1. In the list view of your collection type, click on the settings button then Configure the view to be redirected to the list view configuration interface.
  2. In the Settings area, define your chosen new settings:
Setting nameInstructions
Enable searchClick on TRUE or FALSE to able or disable the search.
Enable filtersClick on TRUE or FALSE to able or disable filters.
Enable bulk actionsClick on TRUE or FALSE to able or disable the multiple selection boxes in the list view table.
Entries per pageChoose among the drop-down list the number of entries per page.
Default sort attributeChoose the sorting field that will be used by default.
Default sort orderChoose the sorting type that will be applied by default.
  1. Click on the Save button.

Configuring the edit view

Configuring the edit view of the Content ManagerConfiguring the edit view of the Content Manager
  1. In the edit view of your content-type, click on the button then Configure the view.
  2. In the Settings area, define your chosen new settings:
Setting nameInstructions
Entry titleChoose among the drop-down list the field that should be used as title for the entry.
  1. Click on the Save button.

Usage


Creating & 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

To write or edit content:

  1. In the Content Manager:
    • Either click on the Create new entry button in the top right corner of the collection type of your choice to create a new entry,
    • Or access the edit view of your already created collection type's entry 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.
Note

New entries are only considered created once some of their content has been written and saved once. Only then will the new entry be listed in the list view.

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 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.).

💡 You can use text formatting keyboard shortcuts in the Blocks editor (e.g. bold, italics, underline, and pasting link).
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.
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.
RelationChoose an entry from the drop-down list. See relational fields for more information.
BooleanClick on TRUE or FALSE.
JSONWrite your content, in JSON format, in the code textbox.
EmailWrite a complete and valid email address.
PasswordWrite a password.

💡 Click the 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.
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 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 to add the component.
  2. Fill in the fields of the component.

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

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 zone Writing content for a dynamic zoneWriting content for a dynamic zone
  1. Click on the 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 to reorder components in your dynamic zone.
  • Use the delete button 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 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.

Relational fields

Relation-type fields added to a content-type allow establishing a relation with another collection type. These fields are called "relational fields".

The content of relational fields is written from the edit view of the content-type they belong to. However, relational fields can point to one or several entries of the other collection type, this is why in the Content Manager it is possible to manage a content-type's relational fields to choose which entries are relevant.

Example of relational fields

In my Strapi admin panel I have created 2 collection types:

  • Restaurant, where each entry is a restaurant
  • Category, where each entry is a type of restaurant

I want to assign a category to each of my restaurants, therefore I have established a relation between my 2 collection types: restaurants can have one category.

In the Content Manager, from the edit view of my Restaurant entries, I can manage the Category relational field, and choose which entry of Category is relevant for my restaurant.


Relational fields in the edit viewRelational fields in the edit view

Many-to-one, one-to-one, and one-way types of relation only allow to choose one entry per relational field.

One-choice relational fieldsOne-choice relational fields

To select the only relevant relational field's entry:

  1. In the content-type's edit view, click on the drop-down list of the relational field.
  2. Among the list of entries, choose one.

To remove the entry selected in the drop-down list, click on the delete button .

Tip
  • Not all entries are listed by default: more can be displayed by clicking on the Load more button. Also, instead of choosing an entry by scrolling the list, you can click any relational field drop-down list and type to search a specific entry.

  • Click on the name of an entry to be redirected to the edit view of the relational field's content-type. Make sure you save your page first, to avoid losing your last modifications.

Note
  • If the Draft & Publish feature is activated for the content-type the relational field belongs to, you will notice blue or green dots next to the entries names in the drop-down list. They indicate the status of the entry, respectively draft or published content.
  • If the Internationalization (i18n) feature is enabled for the content-type, the list of entries may be limited or differ from one locale to another. Only relevant entries that can possibly be chosen for a relational field will be listed.

Deleting content

You can delete content by deleting any entry of a collection type, or the default entry of a single type.

  1. In the edit view of the entry, click on at the top right of the interface, and click the Delete document button.
    If Internationalization is enabled for the content-type, you can also choose to delete only the currently selected locale by clicking on the Delete locale button.
  2. In the window that pops up, click on the Confirm button to confirm the deletion.
Deleting entriesDeleting entries
Tip

You can delete entries from the list view of a collection type, by clicking on on the right side of the entry's record in the table, then choosing the Delete document button.
If Internationalization is enabled for the content-type, Delete document deletes all locales while Delete locale only deletes the currently listed locale.