Skip to content
Merged
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
2 changes: 2 additions & 0 deletions docs/administration/content_organization/content_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ Each content type is characterized by a set of metadata which define the general
Aside from the metadata, a content type may contain any number of Field definitions (but has to contain at least one).
They determine what Fields of what Field Types will be included in all content items based on this content type.

![Field definitions](admin_panel_field_definitions.png)

![Diagram of an example content type](content_model_type_diagram.png)

!!! note
Expand Down
Binary file modified docs/administration/img/admin_panel_assignments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_content_type_groups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_content_types.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_corporate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_languages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_object_state_groups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_policies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_roles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_sections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_segment_groups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_system_info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_url_management.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/admin_panel_workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/assigning_an_object_state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/dashboard_container_remote_id.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/dashboard_container_type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/dashboard_content_type_identifier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/dropdown_expanded_state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/notification2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/notification3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/object_state_lock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/administration/img/tabs_system_info.png
Binary file modified docs/administration/img/udw_tabs.png
2 changes: 2 additions & 0 deletions docs/administration/recent_activity/recent_activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description: Log and monitor activity through UI, PHP API and REST API.

Recent activity log displays last actions in the repository (whatever their origin is, for example, Back Office, REST, migration, CLI, or CRON).

![Recent activity](admin_panel_recent_activity.png)

To learn more about its Back Office usage and the actions logged by default, see [Recent activity in the User documentation]([[= user_doc =]]/recent_activity/recent_activity/).

## Configuration and cronjob
Expand Down
Binary file modified docs/commerce/cart/img/quick_order_add_order.png
Binary file modified docs/commerce/cart/img/quick_order_list.png
Binary file modified docs/commerce/checkout/img/additional_checkout_step.png
Binary file modified docs/commerce/checkout/img/checkout.png
Binary file modified docs/commerce/checkout/img/reorder_button.png
Binary file modified docs/commerce/checkout/img/reorder_timeline.png
Binary file modified docs/commerce/checkout/img/single_page_checkout.png
Binary file modified docs/commerce/checkout/img/virtual_product_purchase.png
2 changes: 1 addition & 1 deletion docs/commerce/payment/extend_payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Then, register the validator as a service:
Shut down the application, clear browser cache, and restart the application.
Then, try creating a payment of the new type.

![Payment method of custom type](custom_paymant_type.png "Payment method of custom type")
![Payment method of custom type](custom_payment_type.png "Payment method of custom type")

## Attach custom data to payments

Expand Down
Binary file removed docs/commerce/payment/img/custom_paymant_type.png
Diff not rendered.
Binary file modified docs/commerce/payment/img/new_payment_method_type.png
2 changes: 1 addition & 1 deletion docs/content_management/content_management_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ These operations, like in your computer’s file system, can apply both to indiv

Content items can be hidden when necessary, for example, until a certain event, like a Holiday Sale or Board announcement comes. Hidden content items are not visible to website visitors and are greyed out in the Content Tree.

![Hidden content item](img/hiddent_content_item.png)
![Hidden content item](img/hidden_content_item.png)

Editors can also move obsolete content items to Trash, and ultimately delete them.

Expand Down
6 changes: 5 additions & 1 deletion docs/content_management/forms/form_builder_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ Form Builder is available in [[= product_name_exp =]] and [[= product_name_com =
Form Builder user interface consists of:

A. Drop zone

B. Form fields toolbar

C. Save button

D. Search bar
E. Close button

E. Discard button

![Form Builder interface](img/form_builder_interface.png)

Expand Down
Binary file modified docs/content_management/forms/img/form_builder_interface.png
Binary file modified docs/content_management/forms/img/forms_management.png
Binary file modified docs/content_management/forms/img/view_results.png
Binary file modified docs/content_management/images/img/fastly_variations.png
Binary file modified docs/content_management/img/availability_flag.png
Binary file modified docs/content_management/img/block_settings.png
Binary file modified docs/content_management/img/calculator.png
Binary file modified docs/content_management/img/content_arrangement.png
Binary file modified docs/content_management/img/content_management_drafts.png
Binary file modified docs/content_management/img/content_management_forms.png
Binary file modified docs/content_management/img/content_management_media.png
Binary file modified docs/content_management/img/content_management_relations.png
Binary file modified docs/content_management/img/content_management_tree.png
Binary file modified docs/content_management/img/content_management_visibility.png
Binary file modified docs/content_management/img/content_scheduler.png
Binary file modified docs/content_management/img/content_tree.png
Binary file modified docs/content_management/img/create_page.png
Binary file modified docs/content_management/img/custom_tag_factbox.png
Binary file modified docs/content_management/img/custom_tag_link.png
Binary file modified docs/content_management/img/delete_confirmation.png
Binary file modified docs/content_management/img/disable-required-field.png
Binary file modified docs/content_management/img/drop_zone_line.png
Binary file modified docs/content_management/img/email_notification.png
Binary file modified docs/content_management/img/extending_field_type_create.png
Binary file modified docs/content_management/img/extending_field_type_definition.png
Binary file added docs/content_management/img/fastly_variations.png
Binary file modified docs/content_management/img/fields.png
Binary file removed docs/content_management/img/hiddent_content_item.png
Diff not rendered.
Binary file modified docs/content_management/img/object_states.png
Binary file modified docs/content_management/img/oe_custom_class_note_box_select.png
Binary file modified docs/content_management/img/oe_custom_style_highlight_select.png
Binary file modified docs/content_management/img/oe_custom_style_note_box_select.png
Binary file modified docs/content_management/img/oe_custom_tag_acronym.png
Binary file modified docs/content_management/img/oe_custom_tag_add_acronym.png
Binary file modified docs/content_management/img/page_builder_interface.png
Binary file modified docs/content_management/img/placeholder_generic_provider.png
Binary file modified docs/content_management/img/placeholder_info.jpg
Binary file modified docs/content_management/img/placeholder_remote_provider.jpg
Binary file modified docs/content_management/img/scheduler_tab.png
Binary file modified docs/content_management/img/sections.png
Binary file modified docs/content_management/img/structure_view.png
Binary file modified docs/content_management/img/structure_view_drag_drop.png
Binary file modified docs/content_management/img/user_segments.png
Binary file modified docs/content_management/img/workflow_custom_diagram.png
Binary file modified docs/content_management/img/workflow_notification.png
5 changes: 2 additions & 3 deletions docs/content_management/locations.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ When a new content item is published, it is automatically placed in a new Locati
All Locations form a tree which is the basic way of organizing content in the system.
Every published content item has a Location and, as a consequence, also a place in this tree.

![Content Tree](content_management_tree.png "Content Tree")
![Content Tree - locations](content_management_tree_locations.png "Content Tree - locations")

A content item receives a Location only once it has been published.
This means that a new unpublished draft does not have a Location yet.
Drafts cannot be found in the Content browser. You can find them on the **My dashboard** page,
or in your user menu under **Drafts**.
You can find drats in the **Drafts** tab in the **Content** menu.

![Drafts](content_management_drafts.png "Drafts")

Expand Down
24 changes: 13 additions & 11 deletions docs/content_management/pages/page_builder_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ By editing pages you can customize the layout and content of your website.

To create a new page:

A\. In the main menu, go to **Content**.
1\. In the main menu, go to **Content**.

B\. Select **Content structure**.
2\. Select **Content structure**.

C\. On the right-side toolbar, click **Create content** and from the list of content items select **Landing Page**.
3\. On the right-side toolbar, click **Create content**.

D\. Select the layout and click **Create**.
4\. From the list of content items select **Landing Page**.

5\. Select the layout and click **Create**.

![Create page](create_page.png)

Expand Down Expand Up @@ -55,7 +57,7 @@ Page Builder user interface consists of:

A. Drop zone

B. Elements / Structure view toolbar
B. Page blocks / Structure view toolbar

C. Settings toolbar (including Fields, Visibility and Schedule settings)

Expand All @@ -69,7 +71,7 @@ E. Buttons:
|![Preview segments](page_builder_toolbar_preview_segment.png)|Access preview of the Page for a given Segment.|
|![Timeline button](page_builder_toolbartimelinetoggler.png)|Access the timeline to preview how the Page changes with time. You can also view the list of all upcoming scheduled events.|
|![View toggler](page_builder_toolbar_devicestoggler.png)|Toggle through to see how the Page is rendered on different devices.|
|![Elements menu](page_builder_toolbarelements.png)|Move Elements / Structure view to the other side of the screen.|
|![Elements menu](page_builder_toolbarelements.png)|Move Page blocks / Structure view to the other side of the screen.|
|![Undo](page_builder_undo.png)|Undo latest change.|
|![Redo](page_builder_redo.png)|Redo latest change.|

Expand All @@ -87,9 +89,9 @@ F. Saving options

Page Builder has two main views that you can use while creating a page:

- Elements toolbar - consists of all available elements that you can use by dragging them and dropping on a drop zone.
- Page blocks toolbar - consists of all available elements that you can use by dragging them and dropping on a drop zone.

![Elements toolbar](elements_toolbar.png)
![Page blocks](page_blocks_toolbar.png)

- Structure view - shows a structure of the page, including its division into zones and the blocks that it contains. It follows the behavior of the Content Tree. Structure view has ability to reorder blocks using drag and drop.

Expand All @@ -115,7 +117,7 @@ For more information, see [Configure layout](render_page.md#configure-layout).
#### Add blocks

To customize your page in Page Builder you need to add blocks.
To do it, access Elements toolbar, drag page block that you want to use, and drop it on the empty place on a drop zone.
To do it, access Page blocks toolbar, drag page block that you want to use, and drop it on the empty place on a drop zone.

When you add a new block to the drop zone, drop it in the blue highlighted area. Before you drop it, a bold line appears - it helps you see the position of the newly added block in relation to other, already added blocks.

Expand Down Expand Up @@ -167,7 +169,7 @@ You can schedule content to be revealed, or hidden in Page Builder in two ways w

![Scheduler tab](scheduler_tab.png)

- **Content Scheduler** - it's one of the blocks available in Page Builder Elements menu. To proceed with the schedule, go to **Basic** tab of the block, then click **Select content** and confirm your choice. Then set date and time in the **Content airtime settings** window.
- **Content Scheduler** - it's one of the blocks available in Page Builder Page blocks menu. To proceed with the schedule, go to **Basic** tab of the block, then click **Select content** and confirm your choice. Then set date and time in the **Content airtime settings** window.

![Content Scheduler](content_scheduler.png)

Expand All @@ -178,7 +180,7 @@ For more information, see [Schedule publication]([[= user_doc =]]/content_manage
### Manage your pages without technical skills

Thanks to intuitive and plain Page Builder interface, you can create and manage your website without the need of having advanced technical skills.
Elements toolbar, visible page zones and Structure view - these are the elements that make working with Page Builder really intuitive and quick.
Page blocks toolbar, visible page zones and Structure view - these are the elements that make working with Page Builder really intuitive and quick.

### Self schedule content, special offers and campaigns

Expand Down
Binary file modified docs/content_management/rich_text/img/call_to_action_buttons.png
Binary file modified docs/content_management/rich_text/img/familiar_editing_tools.png
Binary file modified docs/getting_started/img/first-steps-add-translation.png
Binary file modified docs/getting_started/img/first-steps-assign-roles.png
Binary file modified docs/getting_started/img/first-steps-create-content.png
Binary file modified docs/getting_started/img/first-steps-create-ct.png
Binary file modified docs/getting_started/img/first-steps-create-language.png
Binary file modified docs/getting_started/img/first-steps-create-user.png
Binary file modified docs/getting_started/img/first-steps-policy-limitations.png
Binary file modified docs/getting_started/img/first-steps-preview-content.png
Binary file modified docs/getting_started/img/first-steps-translated-content.png
Binary file modified docs/getting_started/img/using_composer_auth_token.png
Binary file modified docs/ibexa_products/img/headless.png
Binary file modified docs/ibexa_products/img/payment_management.png
Binary file modified docs/ibexa_products/img/shipping_management.png
Binary file modified docs/pim/img/catalog_vat_rates.png
Binary file modified docs/pim/img/catalogs_filters.png
Binary file modified docs/tutorials/beginner_tutorial/img/step8_register_page.png
Binary file modified docs/tutorials/generic_field_type/img/creating_new_point2d.png
Binary file modified docs/tutorials/generic_field_type/img/menu_point2d.png
Binary file modified docs/tutorials/generic_field_type/img/new_field_definition.png
Binary file modified docs/tutorials/generic_field_type/img/new_point2d.png
Binary file modified docs/tutorials/generic_field_type/img/point2d_field_definition.png
Binary file modified docs/tutorials/generic_field_type/img/point2d_validation.png