From aaca9b2a17e37a66b26479120b99ff9c100f1353 Mon Sep 17 00:00:00 2001 From: julitafalcondusza Date: Mon, 17 Jun 2024 09:23:07 +0200 Subject: [PATCH 1/3] Added possibility to configure identifier of dashboard container --- .../dashboard/configure_default_dashboard.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/administration/dashboard/configure_default_dashboard.md b/docs/administration/dashboard/configure_default_dashboard.md index 5e6f234d8a..70eb9ef80c 100644 --- a/docs/administration/dashboard/configure_default_dashboard.md +++ b/docs/administration/dashboard/configure_default_dashboard.md @@ -24,6 +24,16 @@ ibexa: container_content_type_identifier: folder ``` +If the `folder` content type doesn't exist or is modified, you can use another one, for example: + +```yaml +ibexa: + system: + default: + dashboard: + container_content_type_identifier: user_dashboard_container +``` + Configuration can be set per [SiteAccess](multisite_configuration.md#siteaccess-configuration) or [SiteAccess group](multisite_configuration.md#siteaccess-groups). From ef8ba570433acc38ee7cf7363885b1bf15dc97b4 Mon Sep 17 00:00:00 2001 From: julitafalcondusza Date: Mon, 17 Jun 2024 09:49:20 +0200 Subject: [PATCH 2/3] Code moved to another section, sentence added --- .../dashboard/configure_default_dashboard.md | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/administration/dashboard/configure_default_dashboard.md b/docs/administration/dashboard/configure_default_dashboard.md index 70eb9ef80c..bb8a251c83 100644 --- a/docs/administration/dashboard/configure_default_dashboard.md +++ b/docs/administration/dashboard/configure_default_dashboard.md @@ -24,16 +24,6 @@ ibexa: container_content_type_identifier: folder ``` -If the `folder` content type doesn't exist or is modified, you can use another one, for example: - -```yaml -ibexa: - system: - default: - dashboard: - container_content_type_identifier: user_dashboard_container -``` - Configuration can be set per [SiteAccess](multisite_configuration.md#siteaccess-configuration) or [SiteAccess group](multisite_configuration.md#siteaccess-groups). @@ -80,4 +70,16 @@ You can find it in the Admin panel, **Dashboard content Ttpe** section, **View/G Determines the content type identifier of the container for dashboards and lets you create additional structure for the predefined dashboards. By default all the dashboards containers are set as a folders. -![Container content type](dashboard_container_type.png) \ No newline at end of file +![Container content type](dashboard_container_type.png) + +If the `folder` content type doesn't exist or is modified, you can use another one, for example: + +```yaml +ibexa: + system: + default: + dashboard: + container_content_type_identifier: user_dashboard_container +``` + +Custom content type should be a container and needs to have a field type with `name` identifier. \ No newline at end of file From 729462b1879626db459e1f9d4a13f3bb2a1f2bda Mon Sep 17 00:00:00 2001 From: julitafalcondusza Date: Mon, 17 Jun 2024 10:52:09 +0200 Subject: [PATCH 3/3] Fix --- docs/administration/dashboard/configure_default_dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/dashboard/configure_default_dashboard.md b/docs/administration/dashboard/configure_default_dashboard.md index bb8a251c83..37e810b2b7 100644 --- a/docs/administration/dashboard/configure_default_dashboard.md +++ b/docs/administration/dashboard/configure_default_dashboard.md @@ -82,4 +82,4 @@ ibexa: container_content_type_identifier: user_dashboard_container ``` -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. \ No newline at end of file