Created new field in cmsContentType and related models for storing the configuration for a container doc type; implemented configurable page size

This commit is contained in:
AndyButland
2014-07-27 08:53:32 +02:00
parent c2816e759b
commit 599872a310
20 changed files with 191 additions and 22 deletions

View File

@@ -300,6 +300,7 @@
<Compile Include="Editors\EntityControllerConfigurationAttribute.cs" />
<Compile Include="Editors\ImagesController.cs" />
<Compile Include="Models\ContentEditing\ContentBaseItemSave.cs" />
<Compile Include="Models\ContentEditing\ContentTypeContainerConfiguration.cs" />
<Compile Include="Models\ContentEditing\MediaItemSave.cs" />
<Compile Include="Models\DetachedContent.cs" />
<Compile Include="Models\ImageCropAnchor.cs" />