#19725: Allowing the entry of html in content type editors

Work Item: 19725

--HG--
branch : 1.x
This commit is contained in:
Zoltán Lehóczky
2013-05-17 21:01:13 +02:00
parent f41f90e2d0
commit 0dc3fda7ff

View File

@@ -19,6 +19,7 @@ using Orchard.UI.Notify;
using Orchard.Utility.Extensions;
namespace Orchard.ContentTypes.Controllers {
[ValidateInput(false)]
public class AdminController : Controller, IUpdateModel {
private readonly IContentDefinitionService _contentDefinitionService;
private readonly IContentDefinitionManager _contentDefinitionManager;