Skip to content

Commit

Permalink
Fixing an issue with adv text block and wpml advanced translation edi…
Browse files Browse the repository at this point in the history
…tor that caused double listings

https://stellarwp.atlassian.net/browse/KAD-3911
  • Loading branch information
mark-c-woodard committed Dec 5, 2024
1 parent d5e0aba commit fadbe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpml-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<key name="title" />
</gutenberg-block>
<gutenberg-block type="kadence/advancedheading" translate="1">
<xpath>//*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6 or self::p or self::div or self::span.wp-block-kadence-advancedheading]</xpath>
<xpath>//*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6 or self::p or self::span.wp-block-kadence-advancedheading]</xpath>
<xpath type="link">//a/@href</xpath>
</gutenberg-block>
<gutenberg-block type="kadence/tabs" translate="1">
Expand Down

0 comments on commit fadbe42

Please sign in to comment.