• This is probably more an WPML issue, but I noticed the Accordion specifically is not translatable in WPML. Will you be adding support for it?

Viewing 1 replies (of 1 total)
  • Thread Starter John Dao

    (@tiggerlu)

    WPML supports some kind of XML traversing of Gutenberg blocks, something along the lines of as an example from their documentation. The type below core/image is what’s registered in the the Gutenberg block API, is there something similar in the Genesis plugin?

    <wpml-config>

    <gutenberg-blocks>
    <gutenberg-block type=”core/image” translate=”1″>
    <xpath>//figure/figcaption</xpath>
    <xpath>//figure/img/@alt</xpath>
    </gutenberg-block>
    </gutenberg-blocks>

    </wpml-config>

Viewing 1 replies (of 1 total)

The topic ‘Will there be WPML support?’ is closed to new replies.