Skip to content

Commit

Permalink
[Task]: Added tooltip for output data config tab (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
aweichler authored Jan 8, 2024
1 parent 6c6eda0 commit 142a82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/public/js/OutputDataConfigTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pimcore.bundle.outputDataConfigToolkit.Tab = Class.create({
layout: "fit",
iconCls: "bundle_outputdataconfig_icon_material pimcore_material_icon",
tbar: toolbarConfig,
tooltip: t("outputdataconfig"),
listeners: {
afterrender: function(){
this.layout.insert(this.layout.items.length, this.getGrid());
Expand Down

0 comments on commit 142a82c

Please sign in to comment.