Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions docs/content_model.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Content Model

At the heart of eZ Platform is a repository that stores all content.
In eZ Platform everything is a Content item — not just the actual pages displayed in the website,
At the heart of [[= product_name_oss =]] is a repository that stores all content.
In [[= product_name_oss =]] everything is a Content item — not just the actual pages displayed in the website,
but also all media (images, videos, etc.) and User accounts.

eZ Platform lets you customize and adapt the content model depending on your needs and the type of website you create.
[[= product_name_oss =]] lets you customize and adapt the content model depending on your needs and the type of website you create.

Depending on your organization, if you are an editor or a content creator,
it is possible that the content model for your installation has already been created by your administrator or content manager.
Expand All @@ -18,12 +18,9 @@ Whenever you create a new Content item, you must choose its Content Type.
The Content Type defines what Fields will be available in the Content item.
A Content item may only contain the Fields that are defined in the Content Type.

eZ Platform allows you to create, edit, and delete Content Types and their Fields.
[[= product_name_oss =]] allows you to create, edit, and delete Content Types and their Fields.
A clean installation contains a few basic Content Types.

To see what a larger set of Content Types and their Fields looks like in practice, you can take a look at the Demo Bundle.
[Demo is a separate Enterprise installation with a sample website](https://github.com/ezsystems/ezplatform-ee-demo) in which you can preview different features of eZ Platform.

## Content items

A **Content item** is a single piece of content: an article, a blog post, an image, a product, etc.
Expand Down Expand Up @@ -72,7 +69,7 @@ e.g. Text line, Rich text, Email, Author list, Content relation, Map location, F

**Fields and Field Types:**

- eZ Platform comes with a collection of essential Field Types.
- [[= product_name_oss =]] comes with a collection of essential Field Types.
- It is possible to extend the system by creating custom Field Types for special needs.

## Content and media
Expand All @@ -89,7 +86,7 @@ They represent three categories of Content Types that you can create

### Content browser

During your work with eZ Platform you might need to select content from the Repository.
During your work with [[= product_name_oss =]] you might need to select content from the Repository.
This happens for example when you want to move or copy a Content item, embed an image, link two Content items, etc.
In such cases you use the **Content Browser**.

Expand Down
2 changes: 1 addition & 1 deletion docs/creating_content_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ or different language versions to visitors from different countries.

See [Site Factory](site_organization/site_factory.md) for more information about setting up sites.

!!! enterprise
!!! dxp

## Forms

Expand Down
15 changes: 10 additions & 5 deletions docs/creating_content_basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ There are four ways of creating a new Content item:

1. Click **Create** in the right menu while viewing any other content.
The new item appears under the current Content item in the tree.
1. Click **Create** in the upper-right corner of the Dashboard.
In this case you have to select where the content will be located.
1. Click the **Create** (plus) icon in the *Content Browser*.
1. Click the **Create** (plus) icon when you *Browse content*.
Here also you have to choose a location for the new item.
1. Click **Create** in the upper-right corner of the **My dashboard** screen.
In this case you have to select where the content will be located.
1. Drag files onto the **Sub-items** box when viewing any content or click the upload button and select files to upload.
In this way you can upload files such as images, videos, PDF documents, etc.

If you choose the first three options, you have to select the Content Type first.
When uploading files, the Content Type will be chosen automatically.

!!! enterprise
!!! dxp

If you are using eZ Enterprise Edition,
If you are using [[= product_name_ee =]],
you will have the *Page* Content Type available for selection.
Pages are edited in the Page Builder, see [working with Page](working_with_page.md) section.

Expand All @@ -31,6 +31,11 @@ Some Fields, such as *Relation* Fields (which link two Content items), or *Image
require you to select a different Content item to link to.
A *Location* Field is a point on the map. You can type the place name, enter its coordinates, or select it on the map.

!!! note "Autosave"

To help you preserve your work, [[= product_name_oss =]] saves drafts of Content items automatically.
For more information, see [Autosave](publishing/publishing.md#autosave).

### Editing Rich Text Fields

Rich Text Fields are filled in using a special Online Editor. Its options appear when you click the Field box.
Expand Down
Loading