| @@ -4,9 +4,17 @@ | ||
| 4 | 4 | </custom-types> |
| 5 | 5 | <taxonomies> |
| 6 | 6 | <taxonomy translate="1">doc_category</taxonomy> |
| 7 | 7 | <taxonomy translate="1">doc_tag</taxonomy> |
| 8 | + <taxonomy translate="1">glossaries</taxonomy> | |
| 8 | 9 | </taxonomies> |
| 10 | + <custom-term-fields> | |
| 11 | + <custom-term-field action="copy">doc_category_order</custom-term-field> | |
| 12 | + <custom-term-field action="copy">doc_category_image-id</custom-term-field> | |
| 13 | + <custom-term-field action="ignore">glossary_term_description</custom-term-field> | |
| 14 | + <custom-term-field action="copy">status</custom-term-field> | |
| 15 | + <custom-term-field action="copy">order</custom-term-field> | |
| 16 | + </custom-term-fields> | |
| 9 | 17 | <admin-texts> |
| 10 | 18 | <key name="theme_mods_*"> |
| 11 | 19 | <key name="betterdocs_social_sharing_text" /> |
| 12 | 20 | <key name="betterdocs_live_search_heading" /> |
| @@ -67,8 +75,16 @@ | ||
| 67 | 75 | <condition key="widgetType">betterdocs-category-grid</condition> |
| 68 | 76 | </conditions> |
| 69 | 77 | <fields> |
| 70 | 78 | <field type="BetterDocs Category Grid: Button Text" editor_type="LINE">button_text</field> |
| 79 | + </fields> | |
| 80 | + </widget> | |
| 81 | + <widget name="betterdocs-reading-time"> | |
| 82 | + <conditions> | |
| 83 | + <condition key="widgetType">betterdocs-reading-time</condition> | |
| 84 | + </conditions> | |
| 85 | + <fields> | |
| 86 | + <field type="BetterDocs Estimated Reading Time: Min Read Text" editor_type="LINE">ert_reading_text</field> | |
| 71 | 87 | </fields> |
| 72 | 88 | </widget> |
| 73 | 89 | </elementor-widgets> |
| 74 | 90 | </wpml-config> |