mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Adding SearchForm widget
--HG-- branch : dev
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Orchard.ContentManagement;
|
||||
|
||||
namespace Orchard.Search.Models {
|
||||
/// <summary>
|
||||
/// Cotnent part for the search form widget
|
||||
/// </summary>
|
||||
public class SearchFormPart : ContentPart {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user