Skip to content

Commit

Permalink
Merge PR #477 removes layout definition when saving the schema config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
kingjia90 committed Mar 2, 2022
2 parents 003ccfd + 0c448f4 commit c9e20a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resources/public/js/fieldConfigDialog.js
Expand Up @@ -175,7 +175,6 @@ pimcore.plugin.datahub.fieldConfigDialog = Class.create({
attributes.attribute = child.data.key;
attributes.label = child.data.layout ? child.data.layout.title : child.data.text;
attributes.dataType = child.data.dataType;
attributes.layout = child.data.layout;
if (child.data.width) {
attributes.width = child.data.width;
}
Expand Down

0 comments on commit c9e20a8

Please sign in to comment.