auxin-elements
Last commit date
admin
6 months ago
includes
6 months ago
languages
6 months ago
public
6 months ago
vendor
7 years ago
README.txt
6 months ago
auxin-elements.php
6 months ago
index.php
9 years ago
package-lock.json
5 years ago
phpcs.xml
3 years ago
uninstall.php
1 year ago
wpml-config.xml
4 years ago
wpml-config.xml
152 lines
| 1 | <wpml-config> |
| 2 | <custom-fields> |
| 3 | <custom-field action="translate">page_subtitle</custom-field> |
| 4 | </custom-fields> |
| 5 | <admin-texts> |
| 6 | <key name="phlox_theme_options"> |
| 7 | <key name="auxin_login_message"/> |
| 8 | <key name="auxin_login_logo_image"/> |
| 9 | <key name="auxin_login_logo_width"/> |
| 10 | <key name="auxin_login_logo_height"/> |
| 11 | </key> |
| 12 | </admin-texts> |
| 13 | |
| 14 | <elementor-widgets> |
| 15 | <widget name="aux_modern_heading"> |
| 16 | <conditions> |
| 17 | <condition key="widgetType">aux_modern_heading</condition> |
| 18 | </conditions> |
| 19 | <fields> |
| 20 | <field type="Modern Heading: Title" editor_type="LINE">title</field> |
| 21 | <field type="Modern Heading: Description" editor_type="VISUAL">description</field> |
| 22 | <field type="Modern Heading: Before Text" editor_type="LINE">title_secondary_before</field> |
| 23 | <field type="Modern Heading: Highlighted Text" editor_type="LINE">title_secondary_highlight</field> |
| 24 | <field type="Modern Heading: After Text" editor_type="LINE">title_secondary_after</field> |
| 25 | </fields> |
| 26 | </widget> |
| 27 | |
| 28 | <widget name="aux_button"> |
| 29 | <conditions> |
| 30 | <condition key="widgetType">aux_button</condition> |
| 31 | </conditions> |
| 32 | <fields> |
| 33 | <field type="Button: Label" editor_type="LINE">label</field> |
| 34 | </fields> |
| 35 | </widget> |
| 36 | |
| 37 | <widget name="aux_contact_form"> |
| 38 | <conditions> |
| 39 | <condition key="widgetType">aux_contact_form</condition> |
| 40 | </conditions> |
| 41 | <fields> |
| 42 | <field type="Contact Form 7: Shortcode" editor_type="LINE">label</field> |
| 43 | </fields> |
| 44 | </widget> |
| 45 | |
| 46 | <widget name="aux_blockquote"> |
| 47 | <conditions> |
| 48 | <condition key="widgetType">aux_blockquote</condition> |
| 49 | </conditions> |
| 50 | <fields> |
| 51 | <field type="Blockquote: Content" editor_type="VISUAL">label</field> |
| 52 | </fields> |
| 53 | </widget> |
| 54 | |
| 55 | <widget name="aux_staff"> |
| 56 | <conditions> |
| 57 | <condition key="widgetType">aux_staff</condition> |
| 58 | </conditions> |
| 59 | <fields> |
| 60 | <field type="Staff: Name" editor_type="LINE">title</field> |
| 61 | <field type="Staff: Occupation" editor_type="LINE">subtitle</field> |
| 62 | <field type="Staff: Content" editor_type="VISUAL">content</field> |
| 63 | </fields> |
| 64 | </widget> |
| 65 | |
| 66 | <widget name="aux_testimonial"> |
| 67 | <conditions> |
| 68 | <condition key="widgetType">aux_testimonial</condition> |
| 69 | </conditions> |
| 70 | <fields> |
| 71 | <field type="Testimonial: Name" editor_type="LINE">title</field> |
| 72 | <field type="Testimonial: Occupation" editor_type="LINE">subtitle</field> |
| 73 | <field type="Testimonial: Content" editor_type="VISUAL">content</field> |
| 74 | </fields> |
| 75 | </widget> |
| 76 | |
| 77 | <widget name="aux_text"> |
| 78 | <conditions> |
| 79 | <condition key="widgetType">aux_text</condition> |
| 80 | </conditions> |
| 81 | <fields> |
| 82 | <field type="Info Box: Name" editor_type="LINE">title</field> |
| 83 | <field type="Info Box: Occupation" editor_type="LINE">subtitle</field> |
| 84 | <field type="Info Box: Content" editor_type="VISUAL">content</field> |
| 85 | <field type="Info Box: Button label" editor_type="LINE">btn_label</field> |
| 86 | </fields> |
| 87 | </widget> |
| 88 | |
| 89 | <widget name="aux_gmap"> |
| 90 | <conditions> |
| 91 | <condition key="widgetType">aux_gmap</condition> |
| 92 | </conditions> |
| 93 | <fields> |
| 94 | <field type="MAP: Latitude" editor_type="LINE">latitude</field> |
| 95 | <field type="MAP: Longitude" editor_type="LINE">longitude</field> |
| 96 | <field type="MAP: Marker info" editor_type="LINE">marker_info</field> |
| 97 | </fields> |
| 98 | </widget> |
| 99 | |
| 100 | <widget name="aux_modern_button"> |
| 101 | <conditions> |
| 102 | <condition key="widgetType">aux_modern_button</condition> |
| 103 | </conditions> |
| 104 | <fields> |
| 105 | <field type="Button: Text" editor_type="LINE">label</field> |
| 106 | <field type="Button: Highlighted Text" editor_type="LINE">label2</field> |
| 107 | <field type="Button: After Text" editor_type="LINE">label3</field> |
| 108 | <field type="Button: Link" editor_type="LINK">link</field> |
| 109 | </fields> |
| 110 | </widget> |
| 111 | |
| 112 | <widget name="aux_copyright"> |
| 113 | <conditions> |
| 114 | <condition key="widgetType">aux_copyright</condition> |
| 115 | </conditions> |
| 116 | <fields> |
| 117 | <field type="Button: Text" editor_type="LINE">copyright_text</field> |
| 118 | </fields> |
| 119 | </widget> |
| 120 | |
| 121 | <widget name="aux_icon_list"> |
| 122 | <conditions> |
| 123 | <condition key="widgetType">aux_icon_list</condition> |
| 124 | </conditions> |
| 125 | <fields-in-item items_of="list"> |
| 126 | <field type="Flexible List: Text" editor_type="LINE">text_primary</field> |
| 127 | <field type="Flexible List: Secondary Text" editor_type="LINE">text_secondary</field> |
| 128 | <field type="Flexible List: Link" editor_type="LINK">link</field> |
| 129 | </fields-in-item> |
| 130 | </widget> |
| 131 | |
| 132 | <widget name="aux_accordion"> |
| 133 | <conditions> |
| 134 | <condition key="widgetType">aux_accordion</condition> |
| 135 | </conditions> |
| 136 | <fields-in-item items_of="tab_items"> |
| 137 | <field type="Accordion: Label" editor_type="LINE">accordion_label</field> |
| 138 | <field type="Accordion: Content" editor_type="VISUAL">content</field> |
| 139 | </fields-in-item> |
| 140 | </widget> |
| 141 | |
| 142 | <widget name="aux_tabs"> |
| 143 | <conditions> |
| 144 | <condition key="widgetType">aux_tabs</condition> |
| 145 | </conditions> |
| 146 | <fields-in-item items_of="tab_items"> |
| 147 | <field type="Tab: Label" editor_type="LINE">tab_label</field> |
| 148 | <field type="Tab: Content" editor_type="VISUAL">content</field> |
| 149 | </fields-in-item> |
| 150 | </widget> |
| 151 | </elementor-widgets> |
| 152 | </wpml-config> |