Skip to content

Commit 80eaed6

Browse files
committed
[FIX] image option inherit was false
1 parent d54ebb3 commit 80eaed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/mass_mailing_egg/static/src/builder/options/image_tool_option.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<xpath expr="//ImageShapeOption" position="attributes">
1616
<attribute name="withoutAnimatedShapes">true</attribute>
1717
</xpath>
18-
<xpath expr="//BuilderButton[@id=&quot;'transformImage'&quot;]" position="replace"/>
18+
<xpath expr="//ImageTransformOption" position="replace"/>
1919
</t>
2020
</templates>

0 commit comments

Comments
 (0)