Skip to content

Commit

Permalink
NonSummary attribute for manufacturer entity
Browse files Browse the repository at this point in the history
(cherry picked from commit cba268c)
  • Loading branch information
mgesing authored and markwoerdenweber committed Dec 11, 2024
1 parent a65c18f commit 87100f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Smartstore.Core/Catalog/Brands/Domain/Manufacturer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ public partial class Manufacturer : EntityWithDiscounts, IAuditable, ISoftDeleta
/// <summary>
/// Gets or sets the description.
/// </summary>
[MaxLength]
[MaxLength, NonSummary]
[LocalizedProperty]
public string Description { get; set; }

/// <summary>
/// Gets or sets a description displayed at the bottom of the manufacturer page.
/// </summary>
[MaxLength]
[MaxLength, NonSummary]
[LocalizedProperty]
public string BottomDescription { get; set; }

Expand Down

0 comments on commit 87100f4

Please sign in to comment.