Skip to content

Commit

Permalink
Updated wpml-config to translate flipbox and timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
delennerd committed Dec 3, 2021
1 parent 4d9b14f commit d96943a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions delennerd-elements.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Delennerd Elements
* Description: Delennerd Elements
* Version: 1.4.3
* Version: 1.4.4
* Author: Pascal Lehnert
* Author URI: https://delennerd.de
* Text Domain: delennerd-elements
Expand All @@ -12,7 +12,7 @@
exit; // Exit if accessed directly.
}

define( 'DELENNERD_ELEMENTS_VER', '1.4.3' );
define( 'DELENNERD_ELEMENTS_VER', '1.4.4' );
define( 'DELENNERD_ELEMENTS_MINIMUM_ELEMENTOR_VERSION', '2.0' );
define( 'DELENNERD_ELEMENTS_MINIMUM_PHP_VERSION', '7.0' );

Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ No, you must implement it in your theme.

== Changelog ==

= 1.4.4 03/12/2021 =
* Updated wpml-config to translate flipbox and timeline

= 1.4.3 16/11/2021 =
* Rolled back css class text- for alignment in section headline

Expand Down
22 changes: 22 additions & 0 deletions wpml-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,27 @@
<field type="Button: Link" editor_type="LINE" key_of="link">url</field>
</fields-in-item>
</widget>
<widget name="dlm-flipbox">
<conditions>
<condition key="widgetType">dlm-flipbox</condition>
</conditions>
<fields>
<field type="Flipbox: Front Title" editor_type="LINE">front_title</field>
<field type="Flipbox: Front Content" editor_type="VISUAL">front_text</field>
<field type="Flipbox: Back Title" editor_type="LINE">back_title</field>
<field type="Flipbox: Back Content" editor_type="VISUAL">back_text</field>
</fields>
</widget>
<widget name="dlm-timeline">
<conditions>
<condition key="widgetType">dlm-timeline</condition>
</conditions>
<fields>
<field type="Timeline: Date" editor_type="LINE">list_date</field>
<field type="Timeline: Company" editor_type="LINE">list_company</field>
<field type="Timeline: Job" editor_type="LINE">list_job</field>
<field type="Timeline: Content" editor_type="VISUAL">list_content</field>
</fields>
</widget>
</elementor-widgets>
</wpml-config>

0 comments on commit d96943a

Please sign in to comment.