Skip to content

Commit

Permalink
GH-69 :: refactoring, small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-matthews committed Aug 29, 2024
1 parent 98c495b commit 3a2b6c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<field allowempty="true" column="ArticlePageArticleContent" columnprecision="0" columntype="contentitemreference" enabled="true" guid="b660d800-8f44-4311-af7d-f5073bda6ab3" visible="true">
<properties>
<explanationtextashtml>False</explanationtextashtml>
<fieldcaption>Content</fieldcaption>
<fieldcaption>Article page content</fieldcaption>
<fielddescriptionashtml>False</fielddescriptionashtml>
</properties>
<settings>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System.ComponentModel;
using Kentico.PageBuilder.Web.Mvc;
using Kentico.Xperience.Admin.Base.FormAnnotations;
using Kentico.Xperience.Admin.Websites.FormAnnotations;
Expand Down Expand Up @@ -37,5 +38,4 @@ public enum OrderByOption
NewestFirst,
[Description("Oldest first")]
OldestFirst

}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
{
<tg-page-builder-content>
<div class="c-card md bg-1 u-border-02 text-center">
<h3>Featured article</h3>
<p>No valid article selected</p>
<tg-configure-widget-instructions/>
</div>
</tg-page-builder-content>
}
Expand Down

0 comments on commit 3a2b6c3

Please sign in to comment.