Skip to content

Commit 711b2b1

Browse files
committed
Marked Dashboard as Experience feature and mentioned Twig Components
1 parent 2b553bb commit 711b2b1

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

docs/administration/dashboard/configure_default_dashboard.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Default dashboard configuration
33
description: Configure default dashboard.
4+
edition: experience
45
---
56

67
# Configure default dashboard
@@ -83,4 +84,4 @@ ibexa:
8384
container_content_type_identifier: user_dashboard_container
8485
```
8586

86-
The custom content type should be a container and needs to have a field type with `name` identifier.
87+
The custom content type should be a container and needs to have a field type with `name` identifier.

docs/administration/dashboard/customize_dashboard.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
---
22
title: Dashboard customization
33
description: Customize dashboard.
4+
edition: experience
45
---
56

67
# Customize dashboard
78

8-
You can customize the dashboard depending on your needs using Dahboard Builder.
9+
!!! info
10+
11+
The Dashboard Builder is available only in the Experience and Commerce editions.
12+
The dashboard from the Headless edition can be customized using [Twig Components](components.md).
13+
14+
15+
You can customize the dashboard depending on your needs using Dashboard Builder.
916
Customized dashboard displays a set of widgets selected by the user.
1017

1118
!!! tip

docs/administration/dashboard/php_api_dashboard_service.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Dashboard service's PHP API
33
description: Use DashboardService to manage dashboards.
4+
edition: experience
45
---
56

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

3334
```bash
3435
php bin/console doc:dashboard 74 13 --siteaccess=admin
35-
```
36+
```

docs/templating/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Twig components allow you to inject any custom widgets into selecte
44

55
# Twig Components
66

7-
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.
7+
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.
88
They are combined into groups that are rendered in designated templates.
99

1010
Twig Component groups are available for:

0 commit comments

Comments
 (0)