Making a few corrections to the embed plugin - primarily changing namespace in Core project.
This commit is contained in:
9
src/Umbraco.Core/Media/Status.cs
Normal file
9
src/Umbraco.Core/Media/Status.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Umbraco.Core.Media
|
||||
{
|
||||
public enum Status
|
||||
{
|
||||
NotSupported,
|
||||
Error,
|
||||
Success
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user