Skip to content

Commit

Permalink
[compsupp-7718] Cornerstone - Adding support for Creative CTA and Raw…
Browse files Browse the repository at this point in the history
… Content widgets

Cornerstone - Adding support for Creative CTA and Raw Content widgets
https://onthegosystems.myjetbrains.com/youtrack/issue/compsupp-7718
  • Loading branch information
andrescifuentesr authored and strategio committed Nov 29, 2024
1 parent bd6ca79 commit eef3ee6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cornerstone/wpml-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,19 @@
<field type="Button: Link URL" editor_type="LINK">anchor_href</field>
</fields>
</widget>
<widget name="creative-cta">
<fields>
<field type="Creative CTA: Primary Content" editor_type="LINE">anchor_text_primary_content</field>
<field type="Creative CTA: Secondary Content" editor_type="LINE">anchor_text_secondary_content</field>
<field type="Creative CTA: Link" editor_type="LINK">anchor_href</field>
<field type="Creative CTA: Interactive Primary Content" editor_type="LINE">anchor_interactive_content_text_primary_content</field>
<field type="Creative CTA: Interactive Secondary Content" editor_type="LINE">anchor_interactive_content_text_secondary_content</field>
</fields>
</widget>
<widget name="raw-content">
<fields>
<field type="Raw content" editor_type="LINE">raw_content</field>
</fields>
</widget>
</cornerstone-widgets>
</wpml-config>

0 comments on commit eef3ee6

Please sign in to comment.