Skip to content

Commit

Permalink
Changed custom widget sample so they could be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaGaneva committed Mar 17, 2016
1 parent 3771db6 commit 807bb5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace AuthorWidget.MVC.Controllers
{
[ControllerToolboxItem(Name = "Author", Title = "Author", SectionName = "Custom")]
[ControllerToolboxItem(Name = "Author", Title = "Author", SectionName = "Feather samples")]
public class AuthorController : Controller
{
[TypeConverter(typeof(ExpandableObjectConverter))]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace CustomImageWidget.Mvc.Controllers
{
[ControllerToolboxItem(Name = "CustomImage_MVC", Title = "Custom Image", SectionName = "CustomWidgets", ModuleName = "Libraries")]
[ControllerToolboxItem(Name = "CustomImage_MVC", Title = "Custom Image", SectionName = "Feather samples", ModuleName = "Libraries")]
public class CustomImageController: Controller
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace SimpleContentBlock.Mvc.Controllers
{
[ControllerToolboxItem(Name = "SimpleContentBlock", Title = "Simple Content Block", SectionName = "SimpleContentBlock")]
[ControllerToolboxItem(Name = "SimpleContentBlock", Title = "Simple Content Block", SectionName = "Feather samples")]
public class SimpleContentBlockController : Controller
{
public string Text { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace SingleDynamicContent.Mvc.Controllers
{
[ControllerToolboxItem(Name = "SingleDynamicContent", Title = "Single Dynamic Content", SectionName = "MvcWidgets")]
[ControllerToolboxItem(Name = "SingleDynamicContent", Title = "Single Dynamic Content", SectionName = "Feather samples")]
public class SingleDynamicContentController : Controller
{
#region Properties
Expand Down

0 comments on commit 807bb5e

Please sign in to comment.