We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c0875 commit 531c9b2Copy full SHA for 531c9b2
src/Kentico.Xperience.Mjml.StarterKit.Rcl/Widgets/TextWidget/TextWidgetProperties.cs
@@ -1,4 +1,8 @@
1
-namespace Kentico.Xperience.Mjml.StarterKit.Rcl.Widgets;
+using CMS.ContentEngine;
2
+
3
+using Kentico.EmailBuilder.Web.Mvc;
4
5
+namespace Kentico.Xperience.Mjml.StarterKit.Rcl.Widgets;
6
7
/// <summary>
8
/// Configurable properties of the <see cref="TextWidget"/>.
@@ -8,5 +12,6 @@ public sealed class TextWidgetProperties : WidgetPropertiesBase
12
9
13
/// The widget content.
10
14
/// </summary>
15
+ [TrackContentItemReference(typeof(ContentItemReferenceExtractor))]
11
16
public string Text { get; set; } = string.Empty;
17
}
0 commit comments