mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
- Adding a base driver for the localized part on which UI work can be built.
--HG-- branch : dev
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
using JetBrains.Annotations;
|
||||||
|
using Orchard.ContentManagement.Drivers;
|
||||||
|
using Orchard.Core.Localization.Models;
|
||||||
|
|
||||||
|
namespace Orchard.Core.Localization.Drivers {
|
||||||
|
[UsedImplicitly]
|
||||||
|
public class LocalizedDriver : ContentPartDriver<Localized> {
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -70,6 +70,7 @@
|
|||||||
<Compile Include="Common\Handlers\RoutableAspectHandler.cs" />
|
<Compile Include="Common\Handlers\RoutableAspectHandler.cs" />
|
||||||
<Compile Include="Contents\Controllers\ItemController.cs" />
|
<Compile Include="Contents\Controllers\ItemController.cs" />
|
||||||
<Compile Include="Contents\Handlers\ContentsModuleHandler.cs" />
|
<Compile Include="Contents\Handlers\ContentsModuleHandler.cs" />
|
||||||
|
<Compile Include="Localization\Drivers\LocalizedDriver.cs" />
|
||||||
<Compile Include="Routable\Controllers\ItemController.cs" />
|
<Compile Include="Routable\Controllers\ItemController.cs" />
|
||||||
<Compile Include="Routable\Drivers\RoutableDriver.cs" />
|
<Compile Include="Routable\Drivers\RoutableDriver.cs" />
|
||||||
<Compile Include="Routable\Handlers\RoutableHandler.cs" />
|
<Compile Include="Routable\Handlers\RoutableHandler.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user