Skip to content

Commit 3a3cc91

Browse files
Added hidden feature setting for blog post avatar display
1 parent 889fe1d commit 3a3cc91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Smartstore/Engine/SmartConfiguration.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ public partial class SmartConfiguration
178178
/// </summary>
179179
public int SmtpServerTimeout { get; set; } = 5000;
180180

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+
181186
/// <summary>
182187
/// Gets or sets Google configuration options.
183188
/// </summary>

0 commit comments

Comments
 (0)