Skip to content

Commit 556a4a2

Browse files
committed
Config is of course much nicer.
1 parent f83c25a commit 556a4a2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

readme.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ Invalid Descriptions in this config, but they aren't used.
2020
<DocumentTypes ModelPath="Models/DocumentTypes" Namespace="MP.Standard.Web.Models" BaseClass="PublishedContentModel" GenerateClasses="false" GenerateXml="true" RemovePrefix=""/>
2121
<MediaTypes ModelPath="Models/MediaTypes" Namespace="MP.Standard.Web.Models" BaseClass="PublishedContentModel" GenerateClasses="false" GenerateXml="false" RemovePrefix=""/>
2222
<TypeMappings Default="String" DefaultDefinitionId="0cc0eba1-9960-42c9-bf9b-60e150b429ae">
23-
<TypeMapping DataTypeId="92897bc6-a5f3-4ffe-ae27-f2e7e33dda49" Type="Boolean" Description="True/false"/>
24-
<TypeMapping DataTypeId="2e6d3631-066e-44b8-aec4-96f09099b2b5" Type="Int32" Description="Numeric"/>
25-
<TypeMapping DataTypeId="84c6b441-31df-4ffe-b67e-67d5bc3ae65a" Type="Int32" Description="Upload"/>
26-
<TypeMapping DataTypeId="e4d66c0f-b935-4200-81f0-025f7256b89a" Type="DateTime" Description="Date Picker with time"/>
27-
<TypeMapping DataTypeId="0225af17-b302-49cb-9176-b9f35cab9c17" Type="System.Drawing.Color" Description="Approved Color"/>
28-
<TypeMapping DataTypeId="fd9f1447-6c61-4a7c-9595-5aa39147d318" Type="Object" Description="Folder Browser"/>
29-
<TypeMapping DataTypeId="5046194e-4237-453c-a547-15db3a07c4e1" Type="DateTime" Description="Date Picker"/>
30-
<TypeMapping DataTypeId="a6857c73-d6e9-480c-b6e6-f15f6ad11125" Type="Int32" Description="Content Picker"/>
23+
<TypeMapping DataTypeId="Umbraco.TrueFalse" Type="Boolean" Description="True/false"/>
24+
<TypeMapping DataTypeId="Umbraco.Integer" Type="Int32" Description="Numeric"/>
25+
<TypeMapping DataTypeId="Umbraco.UploadField" Type="Int32" Description="Upload"/>
26+
<TypeMapping DataTypeId="Umbraco.DateTime" Type="DateTime" Description="Date Picker with time"/>
27+
<TypeMapping DataTypeId="Umbraco.ColorPickerAlias" Type="String" Description="Approved Color"/><!-- System.Drawing.Color <- I Wish.. -->
28+
<TypeMapping DataTypeId="Umbraco.FolderBrowser" Type="Object" Description="Folder Browser"/>
29+
<TypeMapping DataTypeId="Umbraco.Date" Type="DateTime" Description="Date Picker"/>
30+
<TypeMapping DataTypeId="Umbraco.ContentPickerAlias" Type="Int32" Description="Content Picker"/>
31+
<TypeMapping DataTypeId="Umbraco.MediaPicker" Type="Int32" Description="Media Picker"/>
32+
<TypeMapping DataTypeId="Umbraco.TinyMCEv3" Type="System.Web.IHtmlString" Description="Richtext editor"/>
3133
</TypeMappings>
3234
</CodeGenerator>
3335

0 commit comments

Comments
 (0)