Skip to content

Commit

Permalink
Fix: Added "wysiwyg" input as option for locale collector (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcop1 authored Jul 6, 2022
1 parent 7f2fce5 commit a7f8571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Resources/public/js/mutationoperator/LocaleCollector.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ pimcore.plugin.datahub.mutationoperator.localecollector = Class.create(pimcore.p
"select",
"slider",
"textarea",
"time"
"time",
"wysiwyg"
])
);
}
Expand Down

0 comments on commit a7f8571

Please sign in to comment.