removes defaultDocumentTypeProperty from umbraco settings

This commit is contained in:
Shannon
2019-01-31 00:16:15 +11:00
parent 36d7c26120
commit 82ba360435
5 changed files with 2 additions and 19 deletions

View File

@@ -66,9 +66,6 @@
<!-- If completed, only the file extensions listed below will be allowed to be uploaded. If empty, disallowedUploadFiles will apply to prevent upload of specific file extensions. -->
<allowedUploadFiles></allowedUploadFiles>
<!-- Defines the default document type property used when adding properties in the back-office (if missing or empty, defaults to Textstring -->
<defaultDocumentTypeProperty>Textstring</defaultDocumentTypeProperty>
<showDeprecatedPropertyEditors>false</showDeprecatedPropertyEditors>
<!-- Enables value converters for all built in property editors so that they return strongly typed object, recommended for use with Models Builder -->