upskill-event-manager/wordpress-dev/wordpress/wp-content/themes/astra/wpml-config.xml
bengizmo d1509b3d60 feat(dev-env): implement backup-based development workflow
This commit introduces a more reliable and consistent approach to setting up
the development environment using backups:

- Add setup-from-backup.sh script for environment setup from existing backups
- Standardize script naming and organization
- Move obsolete scripts to bin/obsolete directory
- Update documentation with new workflow instructions
- Create migration guide for transitioning to new workflow
- Update Memory Bank with workflow improvements

The new workflow provides:
- More reliable environment setup
- Faster setup process
- Offline development capability
- Consistent development environments across team members

Breaking changes:
- setup-dev.sh is replaced by setup-from-backup.sh
- sync-and-setup.sh is replaced by separate scripts
- verify-with-wpcli.sh is no longer used

Migration path is documented in MIGRATION_GUIDE.md
2025-03-26 11:26:18 -03:00

121 lines
5.1 KiB
XML

<wpml-config>
<custom-fields>
<custom-field action="copy">ast-main-header-display</custom-field>
<custom-field action="copy">ast-hfb-above-header-display</custom-field>
<custom-field action="copy">ast-hfb-below-header-display</custom-field>
<custom-field action="copy">ast-hfb-mobile-header-display</custom-field>
<custom-field action="copy">footer-adv-display</custom-field>
<custom-field action="copy">adv-header-id-meta</custom-field>
<custom-field action="copy">ast-above-header-display</custom-field>
<custom-field action="copy">ast-below-header-display</custom-field>
<custom-field action="copy">footer-sml-layout</custom-field>
<custom-field action="copy">stick-header-meta</custom-field>
<custom-field action="copy">header-main-stick-meta</custom-field>
<custom-field action="copy">header-above-stick-meta</custom-field>
<custom-field action="copy">header-below-stick-meta</custom-field>
<custom-field action="copy">site-post-title</custom-field>
<custom-field action="copy">site-sidebar-layout</custom-field>
<custom-field action="copy">site-content-layout</custom-field>
<custom-field action="copy">ast-featured-img</custom-field>
<custom-field action="copy">ast-breadcrumbs-content</custom-field>
<custom-field action="copy">theme-transparent-header-meta</custom-field>
<custom-field action="copy">ast-advanced-hook-layout</custom-field>
<custom-field action="copy">ast-advanced-hook-location</custom-field>
<custom-field action="copy">ast-advanced-hook-exclusion</custom-field>
<custom-field action="copy">ast-advanced-hook-users</custom-field>
</custom-fields>
<admin-texts>
<key name="astra-settings">
<key name="header-html-1"/>
<key name="header-html-2"/>
<key name="header-html-3"/>
<key name="header-html-4"/>
<key name="header-html-5"/>
<key name="header-html-6"/>
<key name="header-html-7"/>
<key name="header-html-8"/>
<key name="header-html-9"/>
<key name="header-html-10"/>
<key name="footer-html-1"/>
<key name="footer-html-2"/>
<key name="footer-html-3"/>
<key name="footer-html-4"/>
<key name="footer-html-5"/>
<key name="footer-html-6"/>
<key name="footer-html-7"/>
<key name="footer-html-8"/>
<key name="footer-html-9"/>
<key name="footer-html-10"/>
<key name="header-button1-text"/>
<key name="header-button2-text"/>
<key name="header-button3-text"/>
<key name="header-button4-text"/>
<key name="header-button5-text"/>
<key name="header-button6-text"/>
<key name="header-button7-text"/>
<key name="header-button8-text"/>
<key name="header-button9-text"/>
<key name="header-button10-text"/>
<key name="header-button1-link-option"/>
<key name="header-button2-link-option"/>
<key name="header-button3-link-option"/>
<key name="header-button4-link-option"/>
<key name="header-button5-link-option"/>
<key name="header-button6-link-option"/>
<key name="header-button7-link-option"/>
<key name="header-button8-link-option"/>
<key name="header-button9-link-option"/>
<key name="header-button10-link-option"/>
<key name="footer-button1-text"/>
<key name="footer-button2-text"/>
<key name="footer-button3-text"/>
<key name="footer-button4-text"/>
<key name="footer-button5-text"/>
<key name="footer-button6-text"/>
<key name="footer-button7-text"/>
<key name="footer-button8-text"/>
<key name="footer-button9-text"/>
<key name="footer-button10-text"/>
<key name="footer-button1-link-option"/>
<key name="footer-button2-link-option"/>
<key name="footer-button3-link-option"/>
<key name="footer-button4-link-option"/>
<key name="footer-button5-link-option"/>
<key name="footer-button6-link-option"/>
<key name="footer-button7-link-option"/>
<key name="footer-button8-link-option"/>
<key name="footer-button9-link-option"/>
<key name="footer-button10-link-option"/>
<key name="header-account-logged-out-text"/>
<key name="header-account-logged-in-text"/>
<key name="header-account-login-link"/>
<key name="header-account-logout-link"/>
<key name="header-main-rt-section-html"/>
<key name="header-main-rt-section-button-text"/>
<key name="header-main-rt-section-button-link"/>
<key name="header-main-menu-label"/>
<key name="blog-read-more-text"/>
<key name="blog-load-more-text"/>
<key name="header-search-box-placeholder"/>
<key name="below-header-section-1-html"/>
<key name="below-header-section-2-html"/>
<key name="above-header-section-1-html"/>
<key name="above-header-section-2-html"/>
<key name="url"/>
<key name="shop-load-more-text"/>
<key name="product-sale-percent-value"/>
<key name="shop-filter-trigger-link"/>
<key name="related-posts-title"/>
<key name="footer-html-1"/>
<key name="footer-html-2"/>
<key name="footer-copyright-editor"/>
<key name="footer-sml-section-1-credit"/>
<key name="footer-sml-section-2-credit"/>
<key name="edd-archive-add-to-cart-button-text"/>
<key name="edd-archive-variable-button-text"/>
<key name="woo-cart-button-text"/>
<key name="single-product-shipping-text"/>
<key name="woo-header-cart-label-display"/>
</key>
</admin-texts>
</wpml-config>