Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion docs/administration/dashboard/configure_default_dashboard.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Default dashboard configuration
description: Configure default dashboard.
edition: experience
---

# Configure default dashboard
Expand Down Expand Up @@ -83,4 +84,4 @@ ibexa:
container_content_type_identifier: user_dashboard_container
```

The custom content type should be a container and needs to have a field type with `name` identifier.
The custom content type should be a container and needs to have a field type with `name` identifier.
9 changes: 8 additions & 1 deletion docs/administration/dashboard/customize_dashboard.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
---
title: Dashboard customization
description: Customize dashboard.
edition: experience
---

# Customize dashboard

You can customize the dashboard depending on your needs using Dahboard Builder.
!!! info

The Dashboard Builder is available only in the Experience and Commerce editions.
The dashboard from the Headless edition can be customized using [Twig Components](components.md).


You can customize the dashboard depending on your needs using Dashboard Builder.

Check warning on line 15 in docs/administration/dashboard/customize_dashboard.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/administration/dashboard/customize_dashboard.md#L15

[Ibexa.DontCapitalize] Don't capitalize 'Dashboard' if inside the sentence.
Raw output
{"message": "[Ibexa.DontCapitalize] Don't capitalize 'Dashboard' if inside the sentence.", "location": {"path": "docs/administration/dashboard/customize_dashboard.md", "range": {"start": {"line": 15, "column": 63}}}, "severity": "WARNING"}
Customized dashboard displays a set of widgets selected by the user.

!!! tip
Expand Down
3 changes: 2 additions & 1 deletion docs/administration/dashboard/php_api_dashboard_service.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Dashboard service's PHP API
description: Use DashboardService to manage dashboards.
edition: experience
---

# DashboardService's PHP API
Expand Down Expand Up @@ -32,4 +33,4 @@ The following line runs the command with `74` as the model dashboard's Content I

```bash
php bin/console doc:dashboard 74 13 --siteaccess=admin
```
```
2 changes: 1 addition & 1 deletion docs/templating/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Twig components allow you to inject any custom widgets into selecte

# Twig Components

Twig Components are widgets (for example, **My dashboard** blocks) and HTML code (for example, a tag for loading JS or CSS files) that you can inject into the existing templates to customize and extend the user interface.
Twig Components are widgets (for example, **My dashboard** blocks from Headless edition) and HTML code (for example, a tag for loading JS or CSS files) that you can inject into the existing templates to customize and extend the user interface.
They are combined into groups that are rendered in designated templates.

Twig Component groups are available for:
Expand Down
Loading