Skip to content

Commit 9e20742

Browse files
IBX-8205: Added possibility to configure identifier of dashboard container (#2404)
* Added possibility to configure identifier of dashboard container * Code moved to another section, sentence added * Fix
1 parent 459f6f1 commit 9e20742

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/administration/dashboard/configure_default_dashboard.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,16 @@ You can find it in the Admin panel, **Dashboard content Ttpe** section, **View/G
7070
Determines the content type identifier of the container for dashboards and lets you create additional structure for the predefined dashboards.
7171
By default all the dashboards containers are set as a folders.
7272
73-
![Container content type](dashboard_container_type.png)
73+
![Container content type](dashboard_container_type.png)
74+
75+
If the `folder` content type doesn't exist or is modified, you can use another one, for example:
76+
77+
```yaml
78+
ibexa:
79+
system:
80+
default:
81+
dashboard:
82+
container_content_type_identifier: user_dashboard_container
83+
```
84+
85+
The custom content type should be a container and needs to have a field type with `name` identifier.

0 commit comments

Comments
 (0)