Skip to content

Commit

Permalink
Moved class related to the SEO preview editor to the correct namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 8, 2023
1 parent e24b237 commit 706cef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Umbraco.Cms.Core.PropertyEditors;

namespace Limbo.Umbraco.Seo.Editors.Sitemaps {
namespace Limbo.Umbraco.Seo.Editors {

/// <summary>
/// Class representing the configuration of <see cref="PreviewEditor"/>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#pragma warning disable CS1591

namespace Limbo.Umbraco.Seo.Editors.Sitemaps {
namespace Limbo.Umbraco.Seo.Editors {

public class PreviewConfigurationEditor : ConfigurationEditor<PreviewConfiguration> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#pragma warning disable CS1591

namespace Limbo.Umbraco.Seo.Editors.Sitemaps {
namespace Limbo.Umbraco.Seo.Editors {

[DataEditor(EditorAlias, EditorType.PropertyValue, EditorName, EditorView,
ValueType = ValueTypes.String,
Expand Down

0 comments on commit 706cef5

Please sign in to comment.