<wpml-config>
    <gutenberg-blocks>
        <gutenberg-block type="ghostkit/accordion-item" translate="1">
            <xpath>//a[@class="ghostkit-accordion-item-heading"]/span[@class="ghostkit-accordion-item-label"]</xpath>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/button-single" translate="1">
            <xpath>//span[@class="ghostkit-button-text"]</xpath>
            <xpath>//a/@href</xpath>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/changelog" translate="1">
            <xpath>//h2[@class="ghostkit-changelog-date"]</xpath>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/countdown" translate="1">
            <xpath>//div[contains(@class,"ghostkit-countdown-unit")]/span[@class="ghostkit-countdown-unit-label"]</xpath>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/counter-box" translate="1">
            <xpath>//div[contains(@class,"ghostkit-counter-box-number")]/div[contains(@class,"ghostkit-counter-box-number-wrap")]</xpath>
            <xpath>//a/@href</xpath>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/gif" translate="1">
            <xpath>//img/@alt</xpath>
            <xpath>//figcaption</xpath>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/gist" translate="1">
            <xpath>//div/@data-caption</xpath>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/google-maps" translate="1">
            <xpath>//div[@class="ghostkit-google-maps-marker"]/div[@class="ghostkit-pro-google-maps-marker-info-window-text"]</xpath>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/markdown" translate="1">
            <xpath>//div[@class="ghostkit-markdown"]</xpath>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/pricing-table-item" translate="1">
            <xpath>//div[@class="ghostkit-pricing-table-item"]/h3[@class="ghostkit-pricing-table-item-title"]</xpath>
            <xpath>//div[@class="ghostkit-pricing-table-item"]/div[@class="ghostkit-pricing-table-item-price"]/span</xpath>
            <xpath>//div[@class="ghostkit-pricing-table-item"]/ul[@class="ghostkit-pricing-table-item-features"]/li</xpath>
            <xpath>//div[@class="ghostkit-pricing-table-item"]/div[@class="ghostkit-pricing-table-item-popular-badge"]</xpath>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/progress" translate="1">
            <xpath>//div[@class="ghostkit-progress-caption"]</xpath>
            <xpath>//div[@class="ghostkit-progress-bar-count"]/div/span</xpath>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/table-of-contents" translate="1">
            <key name="title" />
        </gutenberg-block>
        <gutenberg-block type="ghostkit/tabs-v2" translate="1">
            <xpath>//div[contains(@class,"ghostkit-tabs-buttons")]/a[contains(@class,"ghostkit-tabs-buttons-item")]</xpath>
            <xpath>//div[contains(@class,"ghostkit-tabs-buttons")]/div[contains(@class,"ghostkit-tabs-buttons-item")]/span</xpath>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/testimonial" translate="1">
            <xpath>//div[@class="ghostkit-testimonial-meta"]/div[@class="ghostkit-testimonial-name"]</xpath>
            <xpath>//div[@class="ghostkit-testimonial-meta"]/div[@class="ghostkit-testimonial-source"]</xpath>
        </gutenberg-block>


        <gutenberg-block type="ghostkit/form" translate="1">
            <key name="mailTo" />
            <key name="mailSubject" />
            <key name="mailFrom" />
            <key name="mailReplyTo" />
            <key name="mailMessage" />
            <key name="confirmationMessage" />
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-name" translate="1">
            <key name="label" />
            <key name="description" />
            <key name="placeholder" />
            <key name="default" />
            <key name="descriptionLast" />
            <key name="descriptionMiddle" />
            <key name="placeholderLast" />
            <key name="placeholderMiddle" />
            <key name="defaultLast" />
            <key name="defaultMiddle" />
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-text" translate="1">
            <key name="label" />
            <key name="description" />
            <key name="placeholder" />
            <key name="default" />
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-email" translate="1">
            <key name="label" />
            <key name="description" />
            <key name="placeholder" />
            <key name="default" />
            <key name="descriptionConfirmation" />
            <key name="placeholderConfirmation" />
            <key name="defaultConfirmation" />
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-text" translate="1">
            <key name="label" />
            <key name="description" />
            <key name="placeholder" />
            <key name="default" />
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-textarea" translate="1">
            <key name="label" />
            <key name="description" />
            <key name="placeholder" />
            <key name="default" />
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-url" translate="1">
            <key name="label" />
            <key name="description" />
            <key name="placeholder" />
            <key name="default" />
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-phone" translate="1">
            <key name="label" />
            <key name="description" />
            <key name="placeholder" />
            <key name="default" />
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-number" translate="1">
            <key name="label" />
            <key name="description" />
            <key name="placeholder" />
            <key name="default" />
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-date" translate="1">
            <key name="label" />
            <key name="description" />
            <key name="placeholder" />
            <key name="default" />
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-select" translate="1">
            <key name="label" />
            <key name="description" />
            <key name="placeholder" />
            <key name="default" />
            <key name="options">
                <key name="label" />
                <key name="value" />
            </key>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-checkbox" translate="1">
            <key name="label" />
            <key name="description" />
            <key name="placeholder" />
            <key name="default" />
            <key name="options">
                <key name="label" />
                <key name="value" />
            </key>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-radio" translate="1">
            <key name="label" />
            <key name="description" />
            <key name="placeholder" />
            <key name="default" />
            <key name="options">
                <key name="label" />
                <key name="value" />
            </key>
        </gutenberg-block>
        <gutenberg-block type="ghostkit/form-field-hidden" translate="1">
            <key name="default" />
        </gutenberg-block>


        <gutenberg-block type="ghostkit/alert" translate="0" />
        <gutenberg-block type="ghostkit/accordion" translate="0" />
        <gutenberg-block type="ghostkit/button" translate="0" />
        <gutenberg-block type="ghostkit/carousel" translate="0" />
        <gutenberg-block type="ghostkit/carousel-slide" translate="0" />
        <gutenberg-block type="ghostkit/divider" translate="0" />
        <gutenberg-block type="ghostkit/form-submit-button" translate="0" />
        <gutenberg-block type="ghostkit/grid" translate="0" />
        <gutenberg-block type="ghostkit/grid-column" translate="0" />
        <gutenberg-block type="ghostkit/icon-box" translate="0" />
        <gutenberg-block type="ghostkit/instagram" translate="0" />
        <gutenberg-block type="ghostkit/shape-divider" translate="0" />
        <gutenberg-block type="ghostkit/tabs-tab-v2" translate="0" />
        <gutenberg-block type="ghostkit/pricing-table" translate="0" />
        <gutenberg-block type="ghostkit/twitter" translate="0" />
        <gutenberg-block type="ghostkit/video" translate="0" />
        <gutenberg-block type="ghostkit/widgetized-area" translate="0" />
    </gutenberg-blocks>
</wpml-config>
