We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889fe1d commit 3a3cc91Copy full SHA for 3a3cc91
src/Smartstore/Engine/SmartConfiguration.cs
@@ -178,6 +178,11 @@ public partial class SmartConfiguration
178
/// </summary>
179
public int SmtpServerTimeout { get; set; } = 5000;
180
181
+ /// <summary>
182
+ /// Defines whether customer can be assigned to a blog post in order to display his avatar.
183
+ /// </summary>
184
+ public bool? EnableCustomerAvatarsInBlog { get; set; }
185
+
186
/// <summary>
187
/// Gets or sets Google configuration options.
188
0 commit comments