diff --git a/docs/administration/dashboard/configure_default_dashboard.md b/docs/administration/dashboard/configure_default_dashboard.md index b373f2ec06..91535c96fb 100644 --- a/docs/administration/dashboard/configure_default_dashboard.md +++ b/docs/administration/dashboard/configure_default_dashboard.md @@ -1,6 +1,7 @@ --- title: Default dashboard configuration description: Configure default dashboard. +edition: experience --- # Configure default dashboard @@ -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. \ No newline at end of file +The custom content type should be a container and needs to have a field type with `name` identifier. diff --git a/docs/administration/dashboard/customize_dashboard.md b/docs/administration/dashboard/customize_dashboard.md index fcd7e7153b..d349d6b328 100644 --- a/docs/administration/dashboard/customize_dashboard.md +++ b/docs/administration/dashboard/customize_dashboard.md @@ -1,11 +1,17 @@ --- 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. Customized dashboard displays a set of widgets selected by the user. !!! tip diff --git a/docs/administration/dashboard/php_api_dashboard_service.md b/docs/administration/dashboard/php_api_dashboard_service.md index 02b06ee025..7b3fe5ab0b 100644 --- a/docs/administration/dashboard/php_api_dashboard_service.md +++ b/docs/administration/dashboard/php_api_dashboard_service.md @@ -1,6 +1,7 @@ --- title: Dashboard service's PHP API description: Use DashboardService to manage dashboards. +edition: experience --- # DashboardService's PHP API @@ -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 -``` \ No newline at end of file +``` diff --git a/docs/templating/components.md b/docs/templating/components.md index fd89864ae4..02d80f910e 100644 --- a/docs/templating/components.md +++ b/docs/templating/components.md @@ -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: