Skip to content

Commit

Permalink
[Tree Widget] Use translation keys for tree widgets of default perspe…
Browse files Browse the repository at this point in the history
…ctive (#851)
  • Loading branch information
markus-moser authored Feb 27, 2025
1 parent 0fe991d commit 9904463
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/pimcore/default_perspective.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ studio_default_perspective:
widgetsLeft:
studio_document_tree_widget:
id: "studio_document_tree_widget"
name: "Document Tree"
name: "document.document-tree.title"
widget_type: "element_tree"
elementType: "document"
icon:
Expand All @@ -20,7 +20,7 @@ studio_default_perspective:
isWriteable: false
studio_asset_tree_widget:
id: "studio_asset_tree_widget"
name: "Asset Tree"
name: "asset.asset-tree.title"
widget_type: "element_tree"
elementType: "asset"
icon:
Expand All @@ -35,7 +35,7 @@ studio_default_perspective:
isWriteable: false
studio_data_object_tree_widget:
id: "studio_data_object_tree_widget"
name: "Data Object Tree"
name: "data-object.data-object-tree.title"
widget_type: "element_tree"
elementType: "data-object"
icon:
Expand All @@ -52,4 +52,4 @@ studio_default_perspective:
widgetsBottom: []
expandedLeft: "studio_document_tree_widget"
expandedRight: null
contextPermissions: []
contextPermissions: []

0 comments on commit 9904463

Please sign in to comment.