diff --git a/src/Umbraco.Web/Editors/EmbedController.cs b/src/Umbraco.Web/Editors/EmbedController.cs index b84fdff99f..15dfd51a97 100644 --- a/src/Umbraco.Web/Editors/EmbedController.cs +++ b/src/Umbraco.Web/Editors/EmbedController.cs @@ -14,6 +14,9 @@ using System.IO; namespace Umbraco.Web.Editors { + /// + /// A controller used for the embed dialog + /// [PluginController("UmbracoApi")] public class EmbedController : UmbracoAuthorizedJsonController {