Skip to content

Commit

Permalink
Don (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
blankse authored Mar 4, 2024
1 parent 14993d4 commit 42e49ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/js/pimcore/settings/thumbnail/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,9 @@ pimcore.settings.thumbnail.items = {
if (typeof data == "undefined") {
data = {};
}
if (!data.positioning) {
data.positioning = 'center';
}
var myId = Ext.id();

var item = new Ext.form.FormPanel({
Expand Down

0 comments on commit 42e49ee

Please sign in to comment.