- This item doesn't currently exist, and will be created on import.
-
-
-
-
-
Detected changes
-
-
-
-
-
-
Action
-
Item
-
Difference
-
-
-
-
-
-
-
-
-
-
-
- {{detail.change}}
-
-
- {{detail.name}}
-
-
-
{{part.value}}{{part.value}}{{part.value}}
-
-
-
-
-
-
-
-
-
No Changes detected
-
- It is possible that the .config file is different, because it contains extra information
- (such as xml comments) but no properties or values on this item will change when the file
- is processed.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/UmbracoNineDemoSite.Web/App_Plugins/usync/components/usync.progressview.component.js b/UmbracoNineDemoSite.Web/App_Plugins/usync/components/usync.progressview.component.js
deleted file mode 100644
index ab9506b..0000000
--- a/UmbracoNineDemoSite.Web/App_Plugins/usync/components/usync.progressview.component.js
+++ /dev/null
@@ -1,30 +0,0 @@
-(function () {
- 'use strict';
-
- var uSyncProgressViewComponent = {
- templateUrl: Umbraco.Sys.ServerVariables.application.applicationPath + 'App_Plugins/uSync/components/usync.progressview.html',
- bindings: {
- status: '<',
- update: '<',
- hideLabels: '<'
- },
- controllerAs: 'vm',
- controller: uSyncProgressViewController
- };
-
- function uSyncProgressViewController() {
- var vm = this;
-
- vm.calcPercentage = calcPercentage;
-
- function calcPercentage(status) {
- if (status !== undefined) {
- return (100 * status.count) / status.total;
- }
- return 1;
- }
- }
-
- angular.module('umbraco')
- .component('usyncProgressView', uSyncProgressViewComponent);
-})();
\ No newline at end of file
diff --git a/UmbracoNineDemoSite.Web/App_Plugins/usync/components/usync.progressview.html b/UmbracoNineDemoSite.Web/App_Plugins/usync/components/usync.progressview.html
deleted file mode 100644
index 164ca87..0000000
--- a/UmbracoNineDemoSite.Web/App_Plugins/usync/components/usync.progressview.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
+ footer
+ Group1
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/approved-color.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ApprovedColor.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/approved-color.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ApprovedColor.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/checkbox-list.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/CheckboxList.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/checkbox-list.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/CheckboxList.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/content-picker.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ContentPicker.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/content-picker.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ContentPicker.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/date-picker.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/DatePicker.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/date-picker.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/DatePicker.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/date-picker-with-time.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/DatePickerWithTime.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/date-picker-with-time.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/DatePickerWithTime.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/dropdown-multiple.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/DropdownMultiple.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/dropdown-multiple.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/DropdownMultiple.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/image-cropper.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ImageCropper.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/image-cropper.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ImageCropper.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/image-media-picker.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ImageMediaPicker.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/image-media-picker.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ImageMediaPicker.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/image-upload.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ImageUpload.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/image-upload.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ImageUpload.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/label-bigint.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/LabelBigint.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/label-bigint.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/LabelBigint.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/label-datetime.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/LabelDatetime.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/label-datetime.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/LabelDatetime.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/label-decimal.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/LabelDecimal.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/label-decimal.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/LabelDecimal.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/label-integer.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/LabelInteger.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/label-integer.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/LabelInteger.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/label-string.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/LabelString.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/label-string.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/LabelString.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/label-time.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/LabelTime.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/label-time.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/LabelTime.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/list-view-content.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ListViewContent.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/list-view-content.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ListViewContent.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/list-view-media.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ListViewMedia.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/list-view-media.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ListViewMedia.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/list-view-members.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ListViewMembers.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/list-view-members.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ListViewMembers.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/media-picker.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/MediaPicker.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/media-picker.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/MediaPicker.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/member-picker.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/MemberPicker.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/member-picker.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/MemberPicker.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/multi-url-picker.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/MultiURLPicker.config
similarity index 94%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/multi-url-picker.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/MultiURLPicker.config
index 20ec7a5..7b02a31 100644
--- a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/multi-url-picker.config
+++ b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/MultiURLPicker.config
@@ -8,6 +8,7 @@
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/multiple-image-media-picker.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/MultipleImageMediaPicker.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/multiple-image-media-picker.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/MultipleImageMediaPicker.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/multiple-media-picker.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/MultipleMediaPicker.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/multiple-media-picker.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/MultipleMediaPicker.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/obsolete-media-picker.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ObsoleteMediaPicker.config
similarity index 96%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/obsolete-media-picker.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ObsoleteMediaPicker.config
index 734537d..f1f152a 100644
--- a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/obsolete-media-picker.config
+++ b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/ObsoleteMediaPicker.config
@@ -6,7 +6,6 @@
NtextNtext
+
+
+ #SEO - PageDescription - Textarea
+ Umbraco.TextArea
+ Ntext
+
+
+
\ No newline at end of file
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/true-false.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/Truefalse.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/true-false.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/Truefalse.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/upload-article.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/UploadArticle.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/upload-article.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/UploadArticle.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/upload-audio.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/UploadAudio.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/upload-audio.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/UploadAudio.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/upload-file.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/UploadFile.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/upload-file.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/UploadFile.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/upload-vector-graphics.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/UploadVectorGraphics.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/upload-vector-graphics.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/UploadVectorGraphics.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/upload-video.config b/UmbracoNineDemoSite.Web/uSync/v9/DataTypes/UploadVideo.config
similarity index 100%
rename from UmbracoNineDemoSite.Web/uSync/v9/DataTypes/upload-video.config
rename to UmbracoNineDemoSite.Web/uSync/v9/DataTypes/UploadVideo.config
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/Dictionary/metapagedescription.config b/UmbracoNineDemoSite.Web/uSync/v9/Dictionary/metapagedescription.config
new file mode 100644
index 0000000..aead15d
--- /dev/null
+++ b/UmbracoNineDemoSite.Web/uSync/v9/Dictionary/metapagedescription.config
@@ -0,0 +1,9 @@
+
+
+
+ Properties
+
+
+ Meta Description
+
+
\ No newline at end of file
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/Dictionary/metapagedescriptiondescription.config b/UmbracoNineDemoSite.Web/uSync/v9/Dictionary/metapagedescriptiondescription.config
new file mode 100644
index 0000000..94f097c
--- /dev/null
+++ b/UmbracoNineDemoSite.Web/uSync/v9/Dictionary/metapagedescriptiondescription.config
@@ -0,0 +1,9 @@
+
+
+
+ MetaPageDescription
+
+
+ This text is for SEO meta data and would be shown by certain search engines like Google.
+
+
\ No newline at end of file
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/MediaTypes/article.config b/UmbracoNineDemoSite.Web/uSync/v9/MediaTypes/article.config
index 7ce852f..f6ffaec 100644
--- a/UmbracoNineDemoSite.Web/uSync/v9/MediaTypes/article.config
+++ b/UmbracoNineDemoSite.Web/uSync/v9/MediaTypes/article.config
@@ -22,9 +22,9 @@
2
- Article
-
-
+ Article
+
+ false
@@ -37,9 +37,9 @@
1
- Article
-
-
+ Article
+
+ false
@@ -52,9 +52,9 @@
0
- Article
-
-
+ Article
+
+ false
@@ -62,6 +62,8 @@
+ membership
+ Group1
diff --git a/UmbracoNineDemoSite.Web/uSync/v9/usync.config b/UmbracoNineDemoSite.Web/uSync/v9/usync.config
index c1e17cd..d3ca86e 100644
--- a/UmbracoNineDemoSite.Web/uSync/v9/usync.config
+++ b/UmbracoNineDemoSite.Web/uSync/v9/usync.config
@@ -1,4 +1,4 @@
-
- 2021-09-20T11:08:39
+
+ 2021-10-06T19:10:48
\ No newline at end of file
diff --git a/UmbracoNineDemoSite.Web/umbraco/Data/Umbraco.sdf b/UmbracoNineDemoSite.Web/umbraco/Data/Umbraco.sdf
index b329080..02428eb 100644
Binary files a/UmbracoNineDemoSite.Web/umbraco/Data/Umbraco.sdf and b/UmbracoNineDemoSite.Web/umbraco/Data/Umbraco.sdf differ
diff --git a/UmbracoNineDemoSite.Web/umbraco/config/appsettings-schema.json b/UmbracoNineDemoSite.Web/umbraco/config/appsettings-schema.json
deleted file mode 100644
index 5279d2c..0000000
--- a/UmbracoNineDemoSite.Web/umbraco/config/appsettings-schema.json
+++ /dev/null
@@ -1,3235 +0,0 @@
-{
- "title": "JsonSchemaAppSettings",
- "$schema": "http://json-schema.org/draft-04/schema#",
- "type": "object",
- "definitions": {
- "webOptimizer": {
- "type": "object",
- "description": "Settings for WebOptimizer.Core",
- "properties": {
- "enableCaching": {
- "description": "Determines if the \"cache-control\" HTTP headers should be set and if conditional GET (304) requests should be supported. This could be helpful to disable while in development mode.",
- "type": "boolean"
- },
- "enableTagHelperBundling": {
- "description": "Determines if `"
- },
- "MacroErrors": {
- "description": "Gets or sets a value for the macro error behaviour.",
- "default": "Inline",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreMacrosMacroErrorBehaviour"
- }
- ]
- },
- "DisallowedUploadFiles": {
- "type": "array",
- "description": "Gets or sets a value for the collection of file extensions that are disallowed for upload.",
- "default": "ashx,aspx,ascx,config,cshtml,vbhtml,asmx,air,axd,xamlx",
- "items": {
- "type": "string"
- }
- },
- "AllowedUploadFiles": {
- "type": "array",
- "description": "Gets or sets a value for the collection of file extensions that are allowed for upload.",
- "items": {
- "type": "string"
- }
- },
- "ShowDeprecatedPropertyEditors": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether deprecated property editors should be shown.",
- "default": false
- },
- "LoginBackgroundImage": {
- "type": "string",
- "description": "Gets or sets a value for the path to the login screen background image.",
- "default": "assets/img/login.jpg"
- },
- "LoginLogoImage": {
- "type": "string",
- "description": "Gets or sets a value for the path to the login screen logo image.",
- "default": "assets/img/application/umbraco_logo_white.svg"
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsContentNotificationSettings": {
- "type": "object",
- "description": "Typed configuration options for content notification settings.",
- "properties": {
- "Email": {
- "type": "string",
- "description": "Gets or sets a value for the email address for notifications."
- },
- "DisableHtmlEmail": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether HTML email notifications should be disabled.",
- "default": false
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsContentImagingSettings": {
- "type": "object",
- "description": "Typed configuration options for content imaging settings.",
- "properties": {
- "ImageFileTypes": {
- "type": "array",
- "description": "Gets or sets a value for the collection of accepted image file extensions.",
- "default": "jpeg,jpg,gif,bmp,png,tiff,tif",
- "items": {
- "type": "string"
- }
- },
- "AutoFillImageProperties": {
- "type": "array",
- "description": "Gets or sets a value for the imaging autofill following media file upload fields.",
- "items": {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsImagingAutoFillUploadField"
- }
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsImagingAutoFillUploadField": {
- "allOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsValidationValidatableEntryBase"
- },
- {
- "type": "object",
- "description": "Typed configuration options for image autofill upload settings.",
- "required": [
- "Alias",
- "WidthFieldAlias",
- "HeightFieldAlias",
- "LengthFieldAlias",
- "ExtensionFieldAlias"
- ],
- "properties": {
- "Alias": {
- "type": "string",
- "description": "Gets or sets a value for the alias of the image upload property.",
- "minLength": 1
- },
- "WidthFieldAlias": {
- "type": "string",
- "description": "Gets or sets a value for the width field alias of the image upload property.",
- "minLength": 1
- },
- "HeightFieldAlias": {
- "type": "string",
- "description": "Gets or sets a value for the height field alias of the image upload property.",
- "minLength": 1
- },
- "LengthFieldAlias": {
- "type": "string",
- "description": "Gets or sets a value for the length field alias of the image upload property.",
- "minLength": 1
- },
- "ExtensionFieldAlias": {
- "type": "string",
- "description": "Gets or sets a value for the extension field alias of the image upload property.",
- "minLength": 1
- }
- }
- }
- ]
- },
- "UmbracoCmsCoreConfigurationModelsValidationValidatableEntryBase": {
- "type": "object",
- "description": "Provides a base class for configuration models that can be validated based on data annotations.",
- "x-abstract": true
- },
- "UmbracoCmsCoreConfigurationModelsContentErrorPage": {
- "allOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsValidationValidatableEntryBase"
- },
- {
- "type": "object",
- "description": "Typed configuration for a content error page.",
- "required": [
- "Culture"
- ],
- "properties": {
- "ContentId": {
- "type": "integer",
- "description": "Gets or sets a value for the content Id.",
- "format": "int32"
- },
- "ContentKey": {
- "type": "string",
- "description": "Gets or sets a value for the content key.",
- "format": "guid"
- },
- "ContentXPath": {
- "type": "string",
- "description": "Gets or sets a value for the content XPath."
- },
- "Culture": {
- "type": "string",
- "description": "Gets or sets a value for the content culture.",
- "minLength": 1
- }
- }
- }
- ]
- },
- "UmbracoCmsCoreMacrosMacroErrorBehaviour": {
- "type": "string",
- "description": "",
- "x-enumNames": [
- "Inline",
- "Silent",
- "Throw",
- "Content"
- ],
- "enum": [
- "Inline",
- "Silent",
- "Throw",
- "Content"
- ]
- },
- "UmbracoCmsCoreConfigurationModelsExceptionFilterSettings": {
- "type": "object",
- "description": "Typed configuration options for exception filter settings.",
- "properties": {
- "Disabled": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether the exception filter is disabled.",
- "default": false
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsModelsBuilderSettings": {
- "type": "object",
- "description": "Typed configuration options for models builder settings.",
- "properties": {
- "ModelsMode": {
- "description": "Gets or sets a value for the models mode.",
- "default": "InMemoryAuto",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsMode"
- }
- ]
- },
- "ModelsNamespace": {
- "type": "string",
- "description": "Gets or sets a value for models namespace.",
- "default": "Umbraco.Cms.Web.Common.PublishedModels"
- },
- "FlagOutOfDateModels": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether we should flag out-of-date models."
- },
- "ModelsDirectory": {
- "type": "string",
- "description": "Gets or sets a value for the models directory.",
- "default": "~/umbraco/models"
- },
- "AcceptUnsafeModelsDirectory": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether to accept an unsafe value for ModelsDirectory.",
- "default": false
- },
- "DebugLevel": {
- "type": "integer",
- "description": "Gets or sets a value indicating the debug log level.",
- "format": "int32",
- "default": 0
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsMode": {
- "type": "string",
- "description": "Defines the models generation modes.",
- "x-enumNames": [
- "Nothing",
- "InMemoryAuto",
- "SourceCodeManual",
- "SourceCodeAuto"
- ],
- "enum": [
- "Nothing",
- "InMemoryAuto",
- "SourceCodeManual",
- "SourceCodeAuto"
- ]
- },
- "UmbracoCmsCoreConfigurationModelsGlobalSettings": {
- "type": "object",
- "description": "Typed configuration options for global settings.",
- "properties": {
- "ReservedUrls": {
- "type": "string",
- "description": "Gets or sets a value for the reserved URLs.\nIt must end with a comma",
- "default": "~/.well-known,"
- },
- "ReservedPaths": {
- "type": "string",
- "description": "Gets or sets a value for the reserved paths.\nIt must end with a comma",
- "default": "~/app_plugins/,~/install/,~/mini-profiler-resources/,~/umbraco/,"
- },
- "TimeOut": {
- "type": "string",
- "description": "Gets or sets a value for the timeout",
- "format": "time-span",
- "default": "00:20:00"
- },
- "DefaultUILanguage": {
- "type": "string",
- "description": "Gets or sets a value for the default UI language.",
- "default": "en-US"
- },
- "HideTopLevelNodeFromPath": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether to hide the top level node from the path.",
- "default": true
- },
- "UseHttps": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether HTTPS should be used.",
- "default": false
- },
- "VersionCheckPeriod": {
- "type": "integer",
- "description": "Gets or sets a value for the version check period in days.",
- "format": "int32",
- "default": 7
- },
- "UmbracoPath": {
- "type": "string",
- "description": "Gets or sets a value for the Umbraco back-office path.",
- "default": "~/umbraco"
- },
- "IconsPath": {
- "type": "string",
- "description": "Gets or sets a value for the Umbraco icons path.",
- "default": "~/umbraco/assets/icons"
- },
- "UmbracoCssPath": {
- "type": "string",
- "description": "Gets or sets a value for the Umbraco CSS path.",
- "default": "~/css"
- },
- "UmbracoScriptsPath": {
- "type": "string",
- "description": "Gets or sets a value for the Umbraco scripts path.",
- "default": "~/scripts"
- },
- "UmbracoMediaPath": {
- "type": "string",
- "description": "Gets or sets a value for the Umbraco media path.",
- "default": "~/media"
- },
- "InstallMissingDatabase": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether to install the database when it is missing.",
- "default": false
- },
- "DisableElectionForSingleServer": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether to disable the election for a single server.",
- "default": false
- },
- "DatabaseFactoryServerVersion": {
- "type": "string",
- "description": "Gets or sets a value for the database factory server version."
- },
- "MainDomLock": {
- "type": "string",
- "description": "Gets or sets a value for the main dom lock."
- },
- "Id": {
- "type": "string"
- },
- "NoNodesViewPath": {
- "type": "string",
- "description": "Gets or sets a value for the path to the no content view.",
- "default": "~/umbraco/UmbracoWebsite/NoNodes.cshtml"
- },
- "DatabaseServerRegistrar": {
- "description": "Gets or sets a value for the database server registrar settings.",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsDatabaseServerRegistrarSettings"
- }
- ]
- },
- "DatabaseServerMessenger": {
- "description": "Gets or sets a value for the database server messenger settings.",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsDatabaseServerMessengerSettings"
- }
- ]
- },
- "Smtp": {
- "description": "Gets or sets a value for the SMTP settings.",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsSmtpSettings"
- }
- ]
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsDatabaseServerRegistrarSettings": {
- "type": "object",
- "description": "Typed configuration options for database server registrar settings.",
- "properties": {
- "WaitTimeBetweenCalls": {
- "type": "string",
- "description": "Gets or sets a value for the amount of time to wait between calls to the database on the background thread.",
- "format": "time-span",
- "default": "00:01:00"
- },
- "StaleServerTimeout": {
- "type": "string",
- "description": "Gets or sets a value for the time span to wait before considering a server stale, after it has last been accessed.",
- "format": "time-span",
- "default": "00:02:00"
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsDatabaseServerMessengerSettings": {
- "type": "object",
- "description": "Typed configuration options for database server messaging settings.",
- "properties": {
- "MaxProcessingInstructionCount": {
- "type": "integer",
- "description": "Gets or sets a value for the maximum number of instructions that can be processed at startup; otherwise the server cold-boots (rebuilds its caches).",
- "format": "int32",
- "default": 1000
- },
- "TimeToRetainInstructions": {
- "type": "string",
- "description": "Gets or sets a value for the time to keep instructions in the database; records older than this number will be pruned.",
- "format": "time-span",
- "default": "2.00:00:00"
- },
- "TimeBetweenSyncOperations": {
- "type": "string",
- "description": "Gets or sets a value for the time to wait between each sync operations.",
- "format": "time-span",
- "default": "00:00:05"
- },
- "TimeBetweenPruneOperations": {
- "type": "string",
- "description": "Gets or sets a value for the time to wait between each prune operations.",
- "format": "time-span",
- "default": "00:01:00"
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsSmtpSettings": {
- "allOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsValidationValidatableEntryBase"
- },
- {
- "type": "object",
- "description": "Typed configuration options for SMTP settings.",
- "required": [
- "From"
- ],
- "properties": {
- "From": {
- "type": "string",
- "description": "Gets or sets a value for the SMTP from address to use for messages.",
- "format": "email",
- "minLength": 1
- },
- "Host": {
- "type": "string",
- "description": "Gets or sets a value for the SMTP host."
- },
- "Port": {
- "type": "integer",
- "description": "Gets or sets a value for the SMTP port.",
- "format": "int32"
- },
- "SecureSocketOptions": {
- "description": "Gets or sets a value for the secure socket options.",
- "default": "Auto",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsSecureSocketOptions"
- }
- ]
- },
- "PickupDirectoryLocation": {
- "type": "string",
- "description": "Gets or sets a value for the SMTP pick-up directory."
- },
- "DeliveryMethod": {
- "description": "Gets or sets a value for the SMTP delivery method.",
- "default": "Network",
- "oneOf": [
- {
- "$ref": "#/definitions/SystemNetMailSmtpDeliveryMethod"
- }
- ]
- },
- "Username": {
- "type": "string",
- "description": "Gets or sets a value for the SMTP user name."
- },
- "Password": {
- "type": "string",
- "description": "Gets or sets a value for the SMTP password."
- }
- }
- }
- ]
- },
- "UmbracoCmsCoreConfigurationModelsSecureSocketOptions": {
- "type": "string",
- "description": "Matches MailKit.Security.SecureSocketOptions and defined locally to avoid having to take\na dependency on this external library into Umbraco.Core.",
- "x-enumNames": [
- "None",
- "Auto",
- "SslOnConnect",
- "StartTls",
- "StartTlsWhenAvailable"
- ],
- "enum": [
- "None",
- "Auto",
- "SslOnConnect",
- "StartTls",
- "StartTlsWhenAvailable"
- ]
- },
- "SystemNetMailSmtpDeliveryMethod": {
- "type": "string",
- "description": "",
- "x-enumNames": [
- "Network",
- "SpecifiedPickupDirectory",
- "PickupDirectoryFromIis"
- ],
- "enum": [
- "Network",
- "SpecifiedPickupDirectory",
- "PickupDirectoryFromIis"
- ]
- },
- "UmbracoCmsCoreConfigurationModelsHealthChecksSettings": {
- "type": "object",
- "description": "Typed configuration options for healthchecks settings.",
- "properties": {
- "DisabledChecks": {
- "type": "array",
- "description": "Gets or sets a value for the collection of healthchecks that are disabled.",
- "items": {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsDisabledHealthCheckSettings"
- }
- },
- "Notification": {
- "description": "Gets or sets a value for the healthcheck notification settings.",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsHealthChecksNotificationSettings"
- }
- ]
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsDisabledHealthCheckSettings": {
- "type": "object",
- "description": "Typed configuration options for disabled healthcheck settings.",
- "properties": {
- "Id": {
- "type": "string",
- "description": "Gets or sets a value for the healthcheck Id to disable.",
- "format": "guid"
- },
- "DisabledOn": {
- "type": "string",
- "description": "Gets or sets a value for the date the healthcheck was disabled.",
- "format": "date-time"
- },
- "DisabledBy": {
- "type": "integer",
- "description": "Gets or sets a value for Id of the user that disabled the healthcheck.",
- "format": "int32"
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsHealthChecksNotificationSettings": {
- "type": "object",
- "description": "Typed configuration options for healthcheck notification settings.",
- "properties": {
- "Enabled": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether health check notifications are enabled.",
- "default": false
- },
- "FirstRunTime": {
- "type": "string",
- "description": "Gets or sets a value for the first run time of a healthcheck notification in crontab format."
- },
- "Period": {
- "type": "string",
- "description": "Gets or sets a value for the period of the healthcheck notification.",
- "format": "time-span",
- "default": "1.00:00:00"
- },
- "NotificationMethods": {
- "type": "object",
- "description": "Gets or sets a value for the collection of health check notification methods.",
- "additionalProperties": {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsHealthChecksNotificationMethodSettings"
- }
- },
- "DisabledChecks": {
- "type": "array",
- "description": "Gets or sets a value for the collection of health checks that are disabled for notifications.",
- "items": {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsDisabledHealthCheckSettings"
- }
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsHealthChecksNotificationMethodSettings": {
- "type": "object",
- "description": "Typed configuration options for healthcheck notification method settings.",
- "properties": {
- "Enabled": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether the health check notification method is enabled.",
- "default": false
- },
- "Verbosity": {
- "description": "Gets or sets a value for the health check notifications reporting verbosity.",
- "default": "Summary",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreHealthChecksHealthCheckNotificationVerbosity"
- }
- ]
- },
- "FailureOnly": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether the health check notifications should occur on failures only.",
- "default": false
- },
- "Settings": {
- "type": "object",
- "description": "Gets or sets a value providing provider specific settings for the health check notification method.",
- "additionalProperties": {
- "type": "string"
- }
- }
- }
- },
- "UmbracoCmsCoreHealthChecksHealthCheckNotificationVerbosity": {
- "type": "string",
- "description": "",
- "x-enumNames": [
- "Summary",
- "Detailed"
- ],
- "enum": [
- "Summary",
- "Detailed"
- ]
- },
- "UmbracoCmsCoreConfigurationModelsHostingSettings": {
- "type": "object",
- "description": "Typed configuration options for hosting settings.",
- "properties": {
- "ApplicationVirtualPath": {
- "type": "string",
- "description": "Gets or sets a value for the application virtual path."
- },
- "LocalTempStorageLocation": {
- "description": "Gets or sets a value for the location of temporary files.",
- "default": "Default",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationLocalTempStorage"
- }
- ]
- },
- "Debug": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether umbraco is running in [debug mode].",
- "default": false
- }
- }
- },
- "UmbracoCmsCoreConfigurationLocalTempStorage": {
- "type": "string",
- "description": "",
- "x-enumNames": [
- "Unknown",
- "Default",
- "EnvironmentTemp"
- ],
- "enum": [
- "Unknown",
- "Default",
- "EnvironmentTemp"
- ]
- },
- "UmbracoCmsCoreConfigurationModelsImagingSettings": {
- "type": "object",
- "description": "Typed configuration options for imaging settings.",
- "properties": {
- "Cache": {
- "description": "Gets or sets a value for imaging cache settings.",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsImagingCacheSettings"
- }
- ]
- },
- "Resize": {
- "description": "Gets or sets a value for imaging resize settings.",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsImagingResizeSettings"
- }
- ]
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsImagingCacheSettings": {
- "type": "object",
- "description": "Typed configuration options for image cache settings.",
- "properties": {
- "BrowserMaxAge": {
- "type": "string",
- "description": "Gets or sets a value for the browser image cache maximum age.",
- "format": "time-span",
- "default": "7.00:00:00"
- },
- "CacheMaxAge": {
- "type": "string",
- "description": "Gets or sets a value for the image cache maximum age.",
- "format": "time-span",
- "default": "365.00:00:00"
- },
- "CachedNameLength": {
- "type": "integer",
- "description": "Gets or sets a value for length of the cached name.",
- "default": 8
- },
- "CacheFolder": {
- "type": "string",
- "description": "Gets or sets a value for the cache folder.",
- "default": "~/umbraco/Data/TEMP/MediaCache"
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsImagingResizeSettings": {
- "type": "object",
- "description": "Typed configuration options for image resize settings.",
- "properties": {
- "MaxWidth": {
- "type": "integer",
- "description": "Gets or sets a value for the maximim resize width.",
- "format": "int32",
- "default": 5000
- },
- "MaxHeight": {
- "type": "integer",
- "description": "Gets or sets a value for the maximim resize height.",
- "format": "int32",
- "default": 5000
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsIndexCreatorSettings": {
- "type": "object",
- "description": "Typed configuration options for index creator settings.",
- "properties": {
- "LuceneDirectoryFactory": {
- "description": "Gets or sets a value for lucene directory factory type.",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsLuceneDirectoryFactory"
- }
- ]
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsLuceneDirectoryFactory": {
- "type": "string",
- "description": "",
- "x-enumNames": [
- "Default",
- "SyncedTempFileSystemDirectoryFactory",
- "TempFileSystemDirectoryFactory"
- ],
- "enum": [
- "Default",
- "SyncedTempFileSystemDirectoryFactory",
- "TempFileSystemDirectoryFactory"
- ]
- },
- "UmbracoCmsCoreConfigurationModelsKeepAliveSettings": {
- "type": "object",
- "description": "Typed configuration options for keep alive settings.",
- "properties": {
- "DisableKeepAliveTask": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether the keep alive task is disabled.",
- "default": false
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsLoggingSettings": {
- "type": "object",
- "description": "Typed configuration options for logging settings.",
- "properties": {
- "MaxLogAge": {
- "type": "string",
- "description": "Gets or sets a value for the maximum age of a log file.",
- "format": "time-span",
- "default": "1.00:00:00"
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsMemberPasswordConfigurationSettings": {
- "type": "object",
- "description": "Typed configuration options for member password settings.",
- "properties": {
- "RequiredLength": {
- "type": "integer",
- "description": "Gets a value for the minimum required length for the password.",
- "format": "int32",
- "default": 10
- },
- "RequireNonLetterOrDigit": {
- "type": "boolean",
- "description": "Gets a value indicating whether at least one non-letter or digit is required for the password.",
- "default": false
- },
- "RequireDigit": {
- "type": "boolean",
- "description": "Gets a value indicating whether at least one digit is required for the password.",
- "default": false
- },
- "RequireLowercase": {
- "type": "boolean",
- "description": "Gets a value indicating whether at least one lower-case character is required for the password.",
- "default": false
- },
- "RequireUppercase": {
- "type": "boolean",
- "description": "Gets a value indicating whether at least one upper-case character is required for the password.",
- "default": false
- },
- "HashAlgorithmType": {
- "type": "string",
- "description": "Gets a value for the password hash algorithm type.",
- "default": "PBKDF2.ASPNETCORE.V3"
- },
- "MaxFailedAccessAttemptsBeforeLockout": {
- "type": "integer",
- "description": "Gets a value for the maximum failed access attempts before lockout.",
- "format": "int32",
- "default": 5
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsNuCacheSettings": {
- "type": "object",
- "description": "Typed configuration options for NuCache settings.",
- "properties": {
- "BTreeBlockSize": {
- "type": [
- "integer",
- "null"
- ],
- "description": "Gets or sets a value defining the BTree block size.",
- "format": "int32"
- },
- "NuCacheSerializerType": {
- "description": "The serializer type that nucache uses to persist documents in the database.",
- "default": "MessagePack",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsNuCacheSerializerType"
- }
- ]
- },
- "SqlPageSize": {
- "type": "integer",
- "description": "The paging size to use for nucache SQL queries.",
- "format": "int32",
- "default": 1000
- },
- "UnPublishedContentCompression": {
- "type": "boolean"
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsNuCacheSerializerType": {
- "type": "string",
- "description": "The serializer type that nucache uses to persist documents in the database.",
- "x-enumNames": [
- "MessagePack",
- "JSON"
- ],
- "enum": [
- "MessagePack",
- "JSON"
- ]
- },
- "UmbracoCmsCoreConfigurationModelsRequestHandlerSettings": {
- "type": "object",
- "description": "Typed configuration options for request handler settings.",
- "properties": {
- "AddTrailingSlash": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether to add a trailing slash to URLs.",
- "default": true
- },
- "ConvertUrlsToAscii": {
- "type": "string",
- "description": "Gets or sets a value indicating whether to convert URLs to ASCII (valid values: \"true\", \"try\" or \"false\").",
- "default": "try"
- },
- "CharCollection": {
- "type": "array",
- "description": "Gets or sets a value for the default character collection for replacements.",
- "items": {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationUmbracoSettingsIChar"
- }
- }
- }
- },
- "UmbracoCmsCoreConfigurationUmbracoSettingsIChar": {
- "type": "object",
- "x-abstract": true
- },
- "UmbracoCmsCoreConfigurationModelsRuntimeSettings": {
- "type": "object",
- "description": "Typed configuration options for runtime settings.",
- "properties": {
- "MaxQueryStringLength": {
- "type": [
- "integer",
- "null"
- ],
- "description": "Gets or sets a value for the maximum query string length.",
- "format": "int32"
- },
- "MaxRequestLength": {
- "type": [
- "integer",
- "null"
- ],
- "description": "Gets or sets a value for the maximum request length.",
- "format": "int32"
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsSecuritySettings": {
- "type": "object",
- "description": "Typed configuration options for security settings.",
- "properties": {
- "KeepUserLoggedIn": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether to keep the user logged in.",
- "default": false
- },
- "HideDisabledUsersInBackOffice": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether to hide disabled users in the back-office.",
- "default": false
- },
- "AllowPasswordReset": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether to allow user password reset.",
- "default": true
- },
- "AuthCookieName": {
- "type": "string",
- "description": "Gets or sets a value for the authorization cookie name.",
- "default": "UMB_UCONTEXT"
- },
- "AuthCookieDomain": {
- "type": "string",
- "description": "Gets or sets a value for the authorization cookie domain."
- },
- "UsernameIsEmail": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether the user's email address is to be considered as their username."
- },
- "AllowedUserNameCharacters": {
- "type": "string",
- "description": "Gets or sets the set of allowed characters for a username",
- "default": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._@+\\"
- },
- "UserPassword": {
- "description": "Gets or sets a value for the user password settings.",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsUserPasswordConfigurationSettings"
- }
- ]
- },
- "MemberPassword": {
- "description": "Gets or sets a value for the member password settings.",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsMemberPasswordConfigurationSettings"
- }
- ]
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsUserPasswordConfigurationSettings": {
- "type": "object",
- "description": "Typed configuration options for user password settings.",
- "properties": {
- "RequiredLength": {
- "type": "integer",
- "description": "Gets a value for the minimum required length for the password.",
- "format": "int32",
- "default": 10
- },
- "RequireNonLetterOrDigit": {
- "type": "boolean",
- "description": "Gets a value indicating whether at least one non-letter or digit is required for the password.",
- "default": false
- },
- "RequireDigit": {
- "type": "boolean",
- "description": "Gets a value indicating whether at least one digit is required for the password.",
- "default": false
- },
- "RequireLowercase": {
- "type": "boolean",
- "description": "Gets a value indicating whether at least one lower-case character is required for the password.",
- "default": false
- },
- "RequireUppercase": {
- "type": "boolean",
- "description": "Gets a value indicating whether at least one upper-case character is required for the password.",
- "default": false
- },
- "HashAlgorithmType": {
- "type": "string",
- "description": "Gets a value for the password hash algorithm type.",
- "default": "PBKDF2.ASPNETCORE.V3"
- },
- "MaxFailedAccessAttemptsBeforeLockout": {
- "type": "integer",
- "description": "Gets a value for the maximum failed access attempts before lockout.",
- "format": "int32",
- "default": 5
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsTourSettings": {
- "type": "object",
- "description": "Typed configuration options for tour settings.",
- "properties": {
- "EnableTours": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether back-office tours are enabled.",
- "default": true
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsTypeFinderSettings": {
- "type": "object",
- "description": "Typed configuration options for type finder settings.",
- "properties": {
- "AssembliesAcceptingLoadExceptions": {
- "type": "string",
- "description": "Gets or sets a value for the assemblies that accept load exceptions during type finder operations."
- },
- "AdditionalEntryAssemblies": {
- "type": "array",
- "description": "By default the entry assemblies for scanning plugin types is the Umbraco DLLs. If you require\nscanning for plugins based on different root referenced assemblies you can add the assembly name to this list.",
- "items": {
- "type": "string"
- }
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsWebRoutingSettings": {
- "type": "object",
- "description": "Typed configuration options for web routing settings.",
- "properties": {
- "TryMatchingEndpointsForAllPages": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether to check if any routed endpoints match a front-end request before\nthe Umbraco dynamic router tries to map the request to an Umbraco content item.",
- "default": false
- },
- "TrySkipIisCustomErrors": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether IIS custom errors should be skipped.",
- "default": false
- },
- "InternalRedirectPreservesTemplate": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether an internal redirect should preserve the template.",
- "default": false
- },
- "DisableAlternativeTemplates": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether the use of alternative templates are disabled.",
- "default": false
- },
- "ValidateAlternativeTemplates": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether the use of alternative templates should be validated.",
- "default": false
- },
- "DisableFindContentByIdPath": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether find content ID by path is disabled.",
- "default": false
- },
- "DisableRedirectUrlTracking": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether redirect URL tracking is disabled.",
- "default": false
- },
- "UrlProviderMode": {
- "description": "Gets or sets a value for the URL provider mode (UrlMode).",
- "default": "Auto",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreModelsPublishedContentUrlMode"
- }
- ]
- },
- "UmbracoApplicationUrl": {
- "type": "string",
- "description": "Gets or sets a value for the Umbraco application URL."
- }
- }
- },
- "UmbracoCmsCoreModelsPublishedContentUrlMode": {
- "type": "string",
- "description": "Specifies the type of URLs that the URL provider should produce, Auto is the default.",
- "x-enumNames": [
- "Default",
- "Relative",
- "Absolute",
- "Auto"
- ],
- "enum": [
- "Default",
- "Relative",
- "Absolute",
- "Auto"
- ]
- },
- "UmbracoCmsCoreConfigurationModelsUmbracoPluginSettings": {
- "type": "object",
- "description": "Typed configuration options for the plugins.",
- "properties": {
- "BrowsableFileExtensions": {
- "type": "array",
- "description": "Gets or sets the allowed file extensions (including the period \".\") that should be accessible from the browser.",
- "items": {
- "type": "string"
- }
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsUnattendedSettings": {
- "type": "object",
- "description": "Typed configuration options for unattended settings.",
- "properties": {
- "InstallUnattended": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether unattended installs are enabled.",
- "default": false
- },
- "UpgradeUnattended": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether unattended upgrades are enabled.",
- "default": false
- },
- "PackageMigrationsUnattended": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether unattended package migrations are enabled."
- },
- "UnattendedUserName": {
- "type": "string",
- "description": "Gets or sets a value to use for creating a user with a name for Unattended Installs"
- },
- "UnattendedUserEmail": {
- "type": "string",
- "description": "Gets or sets a value to use for creating a user with an email for Unattended Installs",
- "format": "email"
- },
- "UnattendedUserPassword": {
- "type": "string",
- "description": "Gets or sets a value to use for creating a user with a password for Unattended Installs"
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsRichTextEditorSettings": {
- "type": "object",
- "properties": {
- "Commands": {
- "type": "array",
- "description": "HTML RichText Editor TinyMCE Commands",
- "items": {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsRichTextEditorCommand"
- }
- },
- "Plugins": {
- "type": "array",
- "description": "HTML RichText Editor TinyMCE Plugins",
- "items": {
- "type": "string"
- }
- },
- "CustomConfig": {
- "type": "object",
- "description": "HTML RichText Editor TinyMCE Custom Config",
- "additionalProperties": {
- "type": "string"
- }
- },
- "ValidElements": {
- "type": "string",
- "description": " ",
- "default": "+a[id|style|rel|data-id|data-udi|rev|charset|hreflang|dir|lang|tabindex|accesskey|type|name|href|target|title|class|onfocus|onblur|onclick|ondblclick|onmousedown|onmouseup|onmouseover|onmousemove|onmouseout|onkeypress|onkeydown|onkeyup],-strong/-b[class|style],-em/-i[class|style],-strike[class|style],-u[class|style],#p[id|style|dir|class|align],-ol[class|reversed|start|style|type],-ul[class|style],-li[class|style],br[class],img[id|dir|lang|longdesc|usemap|style|class|src|onmouseover|onmouseout|border|alt=|title|hspace|vspace|width|height|align|umbracoorgwidth|umbracoorgheight|onresize|onresizestart|onresizeend|rel|data-id],-sub[style|class],-sup[style|class],-blockquote[dir|style|class],-table[border=0|cellspacing|cellpadding|width|height|class|align|summary|style|dir|id|lang|bgcolor|background|bordercolor],-tr[id|lang|dir|class|rowspan|width|height|align|valign|style|bgcolor|background|bordercolor],tbody[id|class],thead[id|class],tfoot[id|class],#td[id|lang|dir|class|colspan|rowspan|width|height|align|valign|style|bgcolor|background|bordercolor|scope],-th[id|lang|dir|class|colspan|rowspan|width|height|align|valign|style|scope],caption[id|lang|dir|class|style],-div[id|dir|class|align|style],-span[class|align|style],-pre[class|align|style],address[class|align|style],-h1[id|dir|class|align|style],-h2[id|dir|class|align|style],-h3[id|dir|class|align|style],-h4[id|dir|class|align|style],-h5[id|dir|class|align|style],-h6[id|style|dir|class|align|style],hr[class|style],small[class|style],dd[id|class|title|style|dir|lang],dl[id|class|title|style|dir|lang],dt[id|class|title|style|dir|lang],object[class|id|width|height|codebase|*],param[name|value|_value|class],embed[type|width|height|src|class|*],map[name|class],area[shape|coords|href|alt|target|class],bdo[class],button[class],iframe[*]"
- },
- "InvalidElements": {
- "type": "string",
- "description": "Invalid HTML elements for RichText Editor",
- "default": "font"
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsRichTextEditorCommand": {
- "type": "object",
- "properties": {
- "Alias": {
- "type": "string"
- },
- "Name": {
- "type": "string"
- },
- "Mode": {
- "$ref": "#/definitions/UmbracoCmsCoreModelsContentEditingRichTextEditorCommandMode"
- }
- }
- },
- "UmbracoCmsCoreModelsContentEditingRichTextEditorCommandMode": {
- "type": "string",
- "description": "",
- "x-enumNames": [
- "Insert",
- "Selection",
- "All"
- ],
- "enum": [
- "Insert",
- "Selection",
- "All"
- ]
- },
- "UmbracoCmsCoreConfigurationModelsRuntimeMinificationSettings": {
- "type": "object",
- "properties": {
- "UseInMemoryCache": {
- "type": "boolean",
- "description": "Use in memory cache",
- "default": false
- },
- "CacheBuster": {
- "description": "The cache buster type to use",
- "default": "Version",
- "oneOf": [
- {
- "$ref": "#/definitions/UmbracoCmsCoreConfigurationModelsRuntimeMinificationCacheBuster"
- }
- ]
- }
- }
- },
- "UmbracoCmsCoreConfigurationModelsRuntimeMinificationCacheBuster": {
- "type": "string",
- "description": "",
- "x-enumNames": [
- "Version",
- "AppDomain",
- "Timestamp"
- ],
- "enum": [
- "Version",
- "AppDomain",
- "Timestamp"
- ]
- },
- "UmbracoCmsCoreConfigurationModelsBasicAuthSettings": {
- "type": "object",
- "description": "Typed configuration options for basic authentication settings.",
- "properties": {
- "Enabled": {
- "type": "boolean",
- "description": "Gets or sets a value indicating whether to keep the user logged in.",
- "default": false
- },
- "AllowedIPs": {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- }
- },
- "JsonSchemaFormsDefinition": {
- "type": "object",
- "description": "Configurations for the Umbraco Forms package to Umbraco CMS",
- "properties": {
- "FormDesign": {
- "$ref": "#/definitions/UmbracoFormsCoreConfigurationFormDesignSettings"
- },
- "Options": {
- "$ref": "#/definitions/UmbracoFormsCoreConfigurationPackageOptionSettings"
- },
- "Security": {
- "$ref": "#/definitions/UmbracoFormsCoreConfigurationSecuritySettings"
- },
- "FieldTypes": {
- "$ref": "#/definitions/JsonSchemaFieldTypesDefinition"
- }
- }
- },
- "UmbracoFormsCoreConfigurationFormDesignSettings": {
- "type": "object",
- "properties": {
- "Defaults": {
- "$ref": "#/definitions/UmbracoFormsCoreConfigurationDefaultFormSettings"
- },
- "DisableAutomaticAdditionOfDataConsentField": {
- "type": "boolean"
- },
- "DisableDefaultWorkflow": {
- "type": "boolean"
- },
- "MaxNumberOfColumnsInFormGroup": {
- "type": "integer",
- "format": "int32"
- },
- "DefaultTheme": {
- "type": "string"
- }
- }
- },
- "UmbracoFormsCoreConfigurationDefaultFormSettings": {
- "type": "object",
- "properties": {
- "ManualApproval": {
- "type": "boolean"
- },
- "DisableStylesheet": {
- "type": "boolean"
- },
- "MarkFieldsIndicator": {
- "$ref": "#/definitions/UmbracoFormsCoreEnumsFormFieldIndication"
- },
- "Indicator": {
- "type": "string"
- },
- "RequiredErrorMessage": {
- "type": "string"
- },
- "InvalidErrorMessage": {
- "type": "string"
- },
- "ShowValidationSummary": {
- "type": "boolean"
- },
- "HideFieldValidationLabels": {
- "type": "boolean"
- },
- "MessageOnSubmit": {
- "type": "string"
- },
- "StoreRecordsLocally": {
- "type": "boolean"
- },
- "AutocompleteAttribute": {
- "type": "string"
- }
- }
- },
- "UmbracoFormsCoreEnumsFormFieldIndication": {
- "type": "string",
- "description": "",
- "x-enumNames": [
- "NoIndicator",
- "MarkMandatoryFields",
- "MarkOptionalFields"
- ],
- "enum": [
- "NoIndicator",
- "MarkMandatoryFields",
- "MarkOptionalFields"
- ]
- },
- "UmbracoFormsCoreConfigurationPackageOptionSettings": {
- "type": "object",
- "properties": {
- "IgnoreWorkFlowsOnEdit": {
- "type": "string"
- },
- "ExecuteWorkflowAsync": {
- "type": "string"
- },
- "AllowEditableFormSubmisisons": {
- "type": "boolean"
- }
- }
- },
- "UmbracoFormsCoreConfigurationSecuritySettings": {
- "type": "object",
- "properties": {
- "DisallowedFileUploadExtensions": {
- "type": "string"
- },
- "EnableAntiForgeryToken": {
- "type": "boolean"
- },
- "SavePlainTextPasswords": {
- "type": "boolean"
- }
- }
- },
- "JsonSchemaFieldTypesDefinition": {
- "type": "object",
- "description": "Configurations for the Umbraco Forms Field Types",
- "properties": {
- "DatePicker": {
- "$ref": "#/definitions/UmbracoFormsCoreConfigurationDatePickerSettings"
- },
- "Recaptcha2": {
- "$ref": "#/definitions/UmbracoFormsCoreConfigurationRecaptcha2Settings"
- },
- "Recaptcha3": {
- "$ref": "#/definitions/UmbracoFormsCoreConfigurationRecaptcha3Settings"
- }
- }
- },
- "UmbracoFormsCoreConfigurationDatePickerSettings": {
- "type": "object",
- "properties": {
- "DatePickerYearRange": {
- "type": "integer",
- "format": "int32"
- }
- }
- },
- "UmbracoFormsCoreConfigurationRecaptcha2Settings": {
- "type": "object",
- "properties": {
- "PublicKey": {
- "type": "string"
- },
- "PrivateKey": {
- "type": "string"
- }
- }
- },
- "UmbracoFormsCoreConfigurationRecaptcha3Settings": {
- "type": "object",
- "properties": {
- "SiteKey": {
- "type": "string"
- },
- "PrivateKey": {
- "type": "string"
- }
- }
- },
- "JsonSchemaDeployDefinition": {
- "type": "object",
- "description": "Configurations for the Umbraco Deploy package to Umbraco CMS"
- }
- },
- "properties": {
- "Kestrel": {
- "$ref": "#/definitions/kestrel"
- },
- "Logging": {
- "$ref": "#/definitions/logging"
- },
- "AllowedHosts": {
- "$ref": "#/definitions/allowedHosts"
- },
- "ConnectionStrings": {
- "$ref": "#/definitions/connectionStrings"
- },
- "Umbraco": {
- "$ref": "#/definitions/JsonSchemaUmbracoDefinition"
- }
- },
- "patternProperties": {
- "^WebOptimizer$": {
- "$ref": "#/definitions/webOptimizer"
- },
- "^webOptimizer$": {
- "$ref": "#/definitions/webOptimizer"
- },
- "^weboptimizer$": {
- "$ref": "#/definitions/webOptimizer"
- },
- "^(cdn|Cdn)$": {
- "$ref": "#/definitions/cdn"
- },
- "^(pwa|PWA|Pwa)$": {
- "$ref": "#/definitions/pwa"
- },
- "^(ElmahIo|Elmahio|elmahIo|elmahio)$": {
- "$ref": "#/definitions/ElmahIo"
- },
- "^(nlog|Nlog|NLog)$": {
- "$ref": "#/definitions/NLog"
- },
- "^(Umbraco|umbraco)$": {
- "$ref": "#/definitions/umbraco"
- }
- }
-}
\ No newline at end of file
diff --git a/UmbracoNineDemoSite.Web/umbraco/config/lang/cs.xml b/UmbracoNineDemoSite.Web/umbraco/config/lang/cs.xml
deleted file mode 100644
index c3c9a63..0000000
--- a/UmbracoNineDemoSite.Web/umbraco/config/lang/cs.xml
+++ /dev/null
@@ -1,2326 +0,0 @@
-
-
-
- Umbraco komunita
- https://our.umbraco.com/documentation/Extending-Umbraco/Language-Files
-
-
- Kultura a názvy hostitelů
- Historie změn
- Prohlížet uzel
- Změnit typ dokumentu
- Kopírovat
- Vytvořit
- Exportovat
- Vytvořit balíček
- Vytvořit skupinu
- Odstranit
- Deaktivovat
- Vyprázdnit koš
- Aktivovat
- Exportovat typ dokumentu
- Importovat typ dokumentu
- Importovat balíček
- Editovat na stránce
- Odhlásit
- Přesunout
- Upozornění
- Veřejný přístup
- Publikovat
- Nepublikovat
- Znovu načíst uzly
- Znovu publikovat celý web
- Práva
- Přejmenovat
- Obnovit
- Nastavit oprávnění pro stránku %0%
- Kam zkopírovat
- Kam přesunout
- do struktury stromu pod
- Choose where to copy the selected item(s)
- Choose where to move the selected item(s)
- bylo přesunuto
- bylo zkopírováno
- bylo smazáno
- Vrátit starší verzi
- Odeslat k publikování
- Odeslat k překladu
- Nastavit skupinu
- Seřadit
- Přeložit
- Aktualizovat
- Nastavit oprávnění
- Odemknout
- Vytvořit šablonu obsahu
- Přeposlat pozvánku
-
-
- Obsah
- Administrace
- Struktura
- Ostatní
-
-
- Povolit přístup k přiřazování kultury a názvů hostitelů
- Povolit přístup k zobrazení protokolu historie uzlu
- Povolit přístup k zobrazení uzlu
- Povolit přístup ke změně typu dokumentu daného uzlu
- Povolit přístup ke kopírování uzlu
- Povolit přístup k vytváření uzlů
- Povolit přístup k mazání uzlů
- Povolit přístup k přesunutí uzlu
- Povolit přístup k nastavení a změně veřejného přístupu k uzlu
- Povolit přístup k publikování uzlu
- Povolit přístup k zrušení publikování uzlu
- Povolit přístup ke změně oprávnění pro uzel
- Povolit přístup k vrácení uzlu do předchozího stavu
- Povolit přístup k odeslání uzlu ke schválení před publikováním
- Povolit přístup k odeslání uzlu k překladu
- Povolit přístup ke změně pořadí uzlů
- Povolit přístup k překladu uzlu
- Povolit přístup k uložení uzlu
- Povolit přístup k vytvoření šablony obsahu
-
-
- Obsah
- Info
-
-
- Přístup zakázán.
- Přidat novou doménu
- Odebrat
- Neplatný uzel.
- Neplatný tvar domény.
- Doména už byla přiřazena.
- Doména
- Jazyk
- Nová doména '%0%' byla vytvořena
- Doména '%0%' je odstraněna
- Doména '%0%' už byla přiřazena
- Doména '%0%' byla aktualizována
- Editace aktuálních domén
-
-
- Dědit
- Kultura
- nebo dědění kultury po nadřazeném uzlu. Vztahuje se také
- na aktivní uzel.]]>
- Domény
-
-
- Zrušit výběr
- Vybrat
- Dělat něco jiného
- Tučně
- Zrušit odsazení odstavce
- Vložit formulářové pole
- Vložit grafický nadpis
- Editovat Html
- Odsadit odstavec
- Kurzíva
- Zarovnat na střed
- Zarovnat na levo
- Zarovnat na pravo
- Vložit odkaz
- Vložit místní odkaz (kotvu)
- Neuspořádaný seznam
- Číslovaný seznam
- Vložit makro
- Vložit obrázek
- Publikovat a zavřít
- Publikovat s potomky
- Editovat vztahy
- Zpět na seznam
- Uložit
- Uložit a zavřít
- Uložit a publikovat
- Uložit a naplánovat
- Uložit a odeslat ke schválení
- Náhled
- Uložit zobrazení seznamu
- Naplánovat
- Náhled
- Náhled je deaktivován, protože není přiřazena žádná šablona
- Vybrat styl
- Zobrazit styly
- Vložit tabulku
- Generovat modely a zavřít
- Uložit a generovat modely
- Zpět
- Znovu
- Obnovit
- Smazat štítek
- Zrušit
- Potvrdit
- Další možnosti publikování
-
-
- Zobrazení pro
- Obsah smazán
- Obsah nepublikován
- Obsah nepublikován pro jazyky: %0%
- Obsah publikován
- Obsah publikován pro jazyky: %0%
- Obsah uložen
- Obsah uložen pro jazyky: %0%
- Obsah přesunut
- Obsah zkopírován
- Obsah vrácen zpět
- Obsah odeslán k publikování
- Obsah odeslán k publikování pro jazyky: %0%
- Seřadit podřízené položky prováděné uživatelem
- Kopírovat
- Publikovat
- Publikovat
- Přesunout
- Uložit
- Uložit
- Smazat
- Nepublikovat
- Nepublikovat
- Vrátit zpět
- Odeslat k publikování
- Odeslat k publikování
- Seřadit
- Historie (všechny jazyky)
-
-
- Nepodařilo se vytvořit složku pod rodičem s ID %0%
- Nepodařilo se vytvořit složku pod rodičem s názvem %0%
- Název složky nesmí obsahovat nepovolené znaky.
- Odstranění položky se nezdařilo: %0%
-
-
- Is Published
- O této stránce
- Alias
- (jak byste popsali obrázek přes telefon)
- Alternativní adresy URL
- Klikněte pro editaci položky
- Vytvořeno uživatelem
- Původní autor
- Aktualizováno uživatelem
- Vytvořeno
- Datum/čas vytvoření tohoto dokumentu
- Typ dokumentu
- Editování
- Datum odebrání
- Tato položko byla změněna po publikování
- Tato položka není publikována
- Naposledy publikováno
- There are no items to show
- There are no items to show in the list.
- No child items have been added
- No members have been added
- Typ média
- Odkaz na položky medií
- Skupina členů
- Role
- Typ člena
- No changes have been made
- Nevybráno žádné datum
- Titulek stránky
- This media item has no link
- No content can be added for this item
- Vlastnosti
- Tento dokument je publikován, ale není viditelný, protože jeho rodič '%0%' publikován není
- Tato jazyková verze je publikována, ale není viditelná, protože její rodič '%0%' publikován není
- Jejda: tento dokument je publikován, ale není v mezipaměti (vnitřní chyba)
- Could not get the URL
- This document is published but its URL would collide with content %0%
- This document is published but its URL cannot be routed
- Publikovat
- Published
- Published (pending changes)
- Stav publikování
- Publish with descendants to publish %0% and all content items underneath and thereby making their content publicly available.]]>
- Publish with descendants to publish the selected languages and the same languages of content items underneath and thereby making their content publicly available.]]>
- Datum publikování
- Datum ukončení publikování
- Datum odebrání
- Set date
- Třídění je aktualizováno
- Abyste uzly setřídili, jednoduše je přetáhněte anebo klikněte na jednu z hlaviček sloupce. Podržením "shift" nebo "control" při výběru můžete označit uzlů více.
- Statistika
- Titulek (volitelně)
- Alternative text (optional)
- Typ
- Nepublikovat
- Draft
- Not created
- Naposledy změněno
- Datum/čas poslední změny dokumentu
- Odebrat soubor(y)
- Click here to remove the image from the media item
- Click here to remove the file from the media item
- URL adresa dokumentu
- Člen skupin(y)
- Není člen skupin(y)
- Podřízené položky
- Cíl
- This translates to the following time on the server:
- What does this mean?]]>
- Are you sure you want to delete this item?
- Are you sure you want to delete all items?
- Property %0% uses editor %1% which is not supported by Nested Content.
- No content types are configured for this property.
- Add element type
- Select element type
- Select the group whose properties should be displayed. If left blank, the first group on the element type will be used.
- Enter an angular expression to evaluate against each item for its name. Use
- to display the item index
- Add another text box
- Remove this text box
- Content root
- Include drafts: also publish unpublished content items.
- This value is hidden. If you need access to view this value please contact your website administrator.
- This value is hidden.
- What languages would you like to publish? All languages with content are saved!
- What languages would you like to publish?
- What languages would you like to save?
- All languages with content are saved on creation!
- What languages would you like to send for approval?
- What languages would you like to schedule?
- Select the languages to unpublish. Unpublishing a mandatory language will unpublish all languages.
- Published Languages
- Unpublished Languages
- Unmodified Languages
- These languages haven't been created
- Ready to Publish?
- Ready to Save?
- Send for approval
- Select the date and time to publish and/or unpublish the content item.
- Create new
- Paste from clipboard
- This item is in the Recycle Bin
-
-
- Vytvořit novou šablonu obsahu z '%0%'
- Prázdná
- Vybrat obsahovou šablonu
- Šablona obsahu byla vytvořena
- Šablona obsahu byla vytvořena z '%0%'
- Již existuje jiná šablona obsahu se stejným názvem
- Šablona obsahu je předdefinovaný obsah, který si editor může vybrat jako základ pro vytváření nového obsahu
-
-
- Klikněte pro nahrání
- nebo kliknutím sem vyberte soubory
- Sem můžete přetáhnout a nahrát soubory.
- Tento soubor nelze nahrát, nemá povolený typ souboru
- Maximální velikost souboru je
- Nejvyšší složka médií
- Nepodařilo se přesunout média
- Nadřazené a cílové složky nemohou být stejné
- Médium se nepodařilo zkopírovat
- Nepodařilo se vytvořit složku pod nadřazeným id %0%
- Nepodařilo se přejmenovat složku s id %0%
- Přetáhněte své soubory do oblasti
-
-
- Vytvořit nového člena
- Všichni členové
- Členské skupiny nemají žádné další vlastnosti pro úpravy.
-
-
- Kde chcete vytvořit nový %0%
- Vytvořit položku pod
- Vyberte typ dokumentu, pro který chcete vytvořit šablonu obsahu
- Zadejte název složky
- Vyberte typ a titulek
- "typy dokumentů".]]>
- Typy dokumentů v části Nastavení.]]>
- Vybraná stránka ve stromu obsahu neumožňuje vytváření žádných stránek pod ní.
- Oprávnění k úpravám pro tento typ dokumentu
- Vytvořit nový typ dokumentu
- Typy dokumentů v části Nastavení změnou možnosti Povolit jako root v části Oprávnění.]]>
- "typy medií".]]>
- Vybraná média ve stromu neumožňuje vytváření pod nimi žádná další média.
- Upravit oprávnění pro tento typ média
- Typ dokumentu bez šablony
- Nová složka
- Nový datový typ
- Nový skript JavaScript
- Nová prázdná částečná šablona
- Nové makro pro částečnou šablonu
- Nová částečná šablona ze snippetu
- Nové makro částečné šablony ze snippetu
- Nové makro pro částečnou šablonu (bez makra)
- Nový soubor stylů - stylopis
- Nový soubor stylů Rich Text editoru
-
-
- Prohlédnout svůj web
- - Skrýt
- Jestli se Umbraco neotevírá, možná budete muset povolit na tomto webu vyskakovací okna
- byl otevřený v novém okně
- Restart
- Navštívit
- Vítejte
-
-
- Zůstat zde
- Zahodit změny
- Máte neuložené změny
- Opravdu chcete opustit tuto stránku? Máte neuložené změny.
- Publikování zviditelní vybrané položky na webu.
- Zrušení publikování odstraní vybrané položky a všechny jejich potomky z webu.
- Zrušení publikování odstraní tuto stránku a všechny její potomky z webu.
- Máte neuložené změny. Provedením změn typu dokumentu změny zahodíte.
-
-
- Hotovo
- Smazána %0% položka
- Smazáno %0% položek
- Smazána %0% z %1% položek
- Smazáno %0% z %1% položek
- Publikována %0% položka
- Publikováno %0% položek
- Publikována %0% z %1% položek
- Publikováno %0% z %1% položek
- Zrušeno publikování %0% položky
- Zrušeno publikování %0% položek
- Zrušeno publikování %0% z %1% položek
- Zrušeno publikování %0% z %1% položek
- Přesunuta %0% položka
- Přesunuto %0% položek
- Přesunuta %0% z %1% položek
- Přesunuto %0% z %1% položek
- Zkopírována %0% položka
- Zkopírováno %0% položek
- Zkopírována %0% z %1% položek
- Zkopírováno %0% z %1% položek
-
-
- Titulek odkazu
- Odkaz
- Kotva / dotaz
- Název
- Spravovat názvy hostitelů
- Zavřít toto okno
- Jste si jistí. že chcete odstranit
- Jste si jistí, že chcete deaktivovat
- Jste si jistí?
- Jste si jistí?
- Vyjmout
- Editovat položku slovníku
- Editovat jazyk
- Edit selected media
- Vložit místní odkaz
- Vložit znak
- Vložit grafický titulek
- Vložit obrázek
- Vložit odkaz
- Kliknout pro přidání makra
- Vložit tabulku
- Tím se odstraní jazyk
- Změna kultury jazyka může být náročná operace a bude mít za následek opětovné sestavení mezipaměti obsahu a indexů
- Naposledy editováno
- Odkaz
- Místní odkaz:
- Při používání místních odkazů vložte znak "#" před odkaz
- Otevřít v novém okně?
- Nastavení makra
- Toto makro nemá žádné vlastnosti, které by bylo možno editovat
- Vložit
- Editovat oprávnění pro
- Nastavit oprávnění pro
- Nastavit oprávnění pro %0% pro skupinu %1%
- Vyberte skupiny uživatelů, pro které chcete nastavit oprávnění
- Položky koše jsou nyní mazány. Nezavírejte, prosím, toto okno, dokud operace probíhá
- Koš je nyní prázdný
- Odebrání položek z koše způsobí jejich trvalé odstranění
- regexlib.com má v tuto chvíli nějaké problémy, které jsou mimo naší kontrolu. Omlouváme se za vzniklé nepříjemnosti.]]>
- Vyhledat regulární výraz pro přidání validace formulářového prvku. Například: 'email, 'PSČ' 'URL'
- Odstranit makro
- Pole je vyžadování
- Web je přeindexován
- Mezipaměť webu byla obnovena. Všechen publikovaný obsah je nyní aktuální, zatímco nepublikovaný obsah zůstal nepublikovaný.
- Mezipaměť webu bude obnovena. Všechen publikovaný obsah bude aktualizován, zatímco nepublikovaný obsah zůstane nepublikovaný.
- Počet sloupců
- Počet řádků
- Klikněte na obrázek pro zobrazení v plné velikosti
- Vybrat položku
- Zobrazit položku mezipaměti
- Navázat na originál
- Včetně potomků
- Nejpřátelštější komunita
- Odkaz na stránku
- Otevře propojený dokument v novém okně nebo na kartě
- Odkaz na média
- Vybrat počáteční uzel obsahu
- Vybrat média
- Vybrat typ média
- Vybrat ikonu
- Vybrat položku
- Vybrat odkaz
- Vybrat makro
- Vybrat obsah
- Vybrat typ obsahu
- Vybrat počáteční uzel média
- Vybrat člena
- Vybrat skupinu členů
- Vybrat typ člena
- Vybrat uzel
- Vybrat sekce
- Vybrat uživatele
- Nebyly nalezeny žádné ikony
- Pro toto makro neexistují žádné parametry
- K dispozici nejsou žádná makra
- Externí poskytovatelé přihlášení
- Podrobnosti o výjimce
- Stacktrace
- Vnitřní výjimka
- Propojit se
- Odpojit se
- účet
- Vybrat editora
- Vybrat snippet
- Tímto odstraníte uzel a všechny jeho jazyky. Pokud chcete smazat pouze jeden jazyk, měli byste zrušit publikování uzlu v tomto jazyce.
-
-
- Nejsou žádné položky ve slovníku.
-
-
- %0%' níže. Můžete přidat další jazyky v nabídce 'jazyky' nalevo.]]>
- Název jazyka
-
- Přehled slovníku
-
-
- Konfigurovaní vyhledávače
- Zobrazuje vlastnosti a nástroje pro libovolný konfigurovaný vyhledávač (např. pro víceindexový vyhledávač)
- Hodnoty pole
- Stav
- Stav indexu a jeho čitelnost
- Indexery
- Informace o indexu
- Uvádí vlastnosti indexu
- Spravovat indexy Examine
- Umožňuje zobrazit podrobnosti každého indexu a poskytuje některé nástroje pro správu indexů
- Znovu vytvořit index
- V závislosti na tom, kolik obsahu je na vašem webu, může to chvíli trvat. Nedoporučuje se znovu vytvářet index v době vysokého provozu na webu nebo při úpravách obsahu editory.
- ]]>
-
- Vyhledávače
- Prohledat index a zobrazit výsledky
- Nástroje
- Nástroje pro správu indexu
- pole
- Index nelze číst a bude nutné jej znovu sestavit
- Proces trvá déle, než se očekávalo, zkontrolujte Umbraco log a zkontrolujte, zda během této operace nedošlo k chybám
- Tento index nelze znovu sestavit, protože nemá přiřazen
- IIndexPopulator
-
-
- Zadejte Vaše uživatelské jméno
- Zadejte Vaše heslo
- Potvrďte heslo
- Pojmenujte %0%...
- Zadejte jméno...
- Zadejte e-mail...
- Zadejte uživatelské jméno...
- Popisek...
- Zadejte popis...
- Pište pro vyhledání...
- Pište pro filtrování...
- Pište pro vložení štítků (po každém stiskněte klávesu Enter)...
- Vložte svůj e-mail
- Vložte zprávu...
- Vaše uživatelské jméno je obvykle váš e-mail
- #hodnota or ?klíč=hodnota
- Vložte alias...
- Generování aliasu...
-
-
- Vytvořit vlastní zobrazení seznamu
- Odebrat vlastní zobrazení seznamu
- Typ obsahu, typ média nebo typ člena s tímto aliasem již existuje
-
-
- Přejmenováno
- Sem zadejte nový název složky
- %0% přejmenováno na %1%
-
-
- Přidat předlohu
- Databázový datový typ
- GUID editoru vlastností
- Editor vlastností
- Tlačítka
- Povolit rozšířené nastavení pro
- Povolit kontextové menu
- Největší výchozí rozměr pro vložené obrázky
- Související stylopisy
- Zobrazit jmenovku
- Šířka a výška
- Všechny typy vlastností a údaje o nich
- použití tohoto datového typu bude trvale smazáno, potvrďte, že je chcete odstranit
- Ano, smazat
- a všechny typy vlastností a data vlastností používající tento typ dat
- Vyberte složku, kterou chcete přesunout
- do stromové struktury níže
- byla přesunuta pod
- %0% vymažete vlastnosti a jejich data z následujících položek]]>
- Rozumím, že tato akce odstraní vlastnosti a data založená na tomto datovém typu
-
-
- Vaše data byla uložena, ale než budete moci publikovat tuto stránku, je třeba odstranit některé chyby:
- Současný MemberShip Provider nepodporuje změnu hesla (EnablePasswordRetrieval musí mít hodnotu true)
- %0% již existuje
- Vyskytly se chyby:
- Vyskytly se chyby:
- Heslo musí být nejméně %0% znaků dlouhé a obsahovat nejméně %1% nealfanumerických znaků
- %0% musí být celé číslo
- Pole %0% na záložce %1% je povinné
- %0% je povinné pole
- %0% v %1% není ve správném formátu
- %0% není ve správném formátu
-
-
- Ze serveru byla přijata chyba
- Použití daného typu souboru bylo zakázáno adminitrátorem
- UPOZORNĚNÍ! I když CodeMirror je dle konfigurace povolený, je zakázaný v Internet Exploreru, protože není dost stabilní.
- Vyplňte, prosím, alias i název nového typu vlastností!
- Vyskytl se problém při čtení/zápisu do určeného souboru nebo adresáře
- Chyba při načítání skriptu částečné šablony (soubor: %0%)
- Uveďte, prosím, titulek
- Vyberte, prosím, typ
- Chystáte se obrázek zvětšit více, než je jeho původní rozměr. Opravdu chcete pokračovat?
- Počáteční uzel je odstraněný, kontaktujte, prosím, administrátora
- Před změnou stylu označte, prosím, obsah
- Žádne aktivní styly nejsou dostupné
- Umístěte, prosím, kurzor nalevo od těch dvou buňek, které chcete sloučit
- Nemužete rozdělit buňku, která nebyla sloučená.
- Tato vlastnost je neplatná
-
-
- Volby
- O...
- Akce
- Akce
- Přidat
- Alias
- Vše
- Jste si jistí?
- Zpět
- Zpět na přehled
- Okraj
- o
- Zrušit
- Okraj buňky
- Vybrat
- Vyčistit
- Zavřít
- Zavřít okno
- Komentovat
- Potvrdit
- Omezit
- Zachovat proporce
- Obsah
- Pokračovat
- Kopírovat
- Vytvořit
- Databáze
- Datum
- Výchozí
- Odstranit
- Odstraněno
- Odstraňování...
- Vzhled
- Slovník
- Rozměry
- Dolů
- Stáhnout
- Editovat
- Editováno
- Prvky
- Email
- Chyba
- Pole
- Najít
- První
- Focal point
- Obecné
- Skupiny
- Skupina
- Výška
- Nápověda
- Skrýt
- Historie
- Ikona
- Id
- Import
- Zahrnout podsložky do vyhledávání
- Info
- Vnitřní okraj
- Vložit
- Instalovat
- Neplatné
- Vyrovnat
- Popisek
- Jazyk
- Poslední
- Rozvržení
- Odkazy
- Nahrávání
- Zamčeno
- Přihlášení
- Odhlášení
- Odhlášení
- Makro
- Povinné
- Zpráva
- Přesunout
- Název
- Nový
- Následující
- Ne
- z
- Vypnuto
- OK
- Otevřít
- Zapnuto
- nebo
- Seřadit podle
- Heslo
- Cesta
- Moment, prosím...
- Předchozí
- Vlastnosti
- Obnovit
- Email pro obdržení formulářových dat
- Koš
- Váš koš je prázdný
- Znovu načíst
- Zbývající
- Odebrat
- Přejmenovat
- Obnovit
- Povinné
- Načíst
- Zopakovat
- Oprávnění
- Plánované publikování
- Hledat
- Litujeme, ale nemůžeme najít to, co hledáte.
- Nebyly přidány žádné položky
- Server
- Nastavení
- Zobrazit
- Zobrazit stránku při odeslání
- Rozměr
- Seřadit
- Stav
- Potvrdit
- Zadejte
- Pište pro vyhledávání...
- pod
- Nahoru
- Aktualizovat
- Povýšit
- Nahrání
- URL
- Uživatel
- Uživatelské jméno
- Hodnota
- Pohled
- Vítejte...
- Šířka
- Ano
- Složka
- Výsledky hledání
- Přesunout
- Skončil jsem s přesouváním
- Náhled
- Změnit heslo
- na
- Seznam
- Ukládám...
- aktuální
- Vložené
- vybrané
- Další
- Články
- Videa
- Instalování
-
-
- Modrá
-
-
- Přidat skupinu
- Přidat vlastnost
- Přidat editor
- Přidat šablonu
- Přidat vnořený uzel
- Přidat potomka
- Upravit datový typ
- Navigace v sekcích
- Klávesové zkratky
- zobrazit klávesové zkratky
- Přepnout zobrazení seznamu
- Přepnout povolení jako root
- Okomentovat/Odkomentovat řádky
- Odebrat řádek
- Kopírovat řádky nahoru
- Kopírovat řádky dolů
- Přesunout řádky nahoru
- Přesunout řádky dolů
- Obecný
- Editor
- Přepnout povolení jazykových verzí
-
-
- Barva pozadí
- Tučně
- Barva písma
- Font
- Text
-
-
- Stránka
-
-
- Instalátor se nemůže připojit k databázi.
- Nelze uložit soubor web.config. Modifikujte, prosím, připojovací řetězec manuálně.
- Vyše databáze byla nalezena a je identifikována jako
- Nastavení databáze
- instalovat, abyste nainstalovali Umbraco %0% databázi
- ]]>
- následující pro pokračování.]]>
- Databáze nenalezena! Zkontrolujte, prosím, že informace v "připojovacím řetězci" souboru "web.config" jsou správné.
-
Pro pokračování otevřete, prosím, soubor "web.config" (za pužití Visual Studia nebo Vašeho oblíbeného tedtového editoru), přejděte na jeho konec, přidejte připojovací řetězec pro Vaši databázi v klíčí nazvaném "umbracoDbDSN" a soubor uložte.
]]>
-
- Pokud je to nezbytné, kontaktujte vašeho poskytovatele hostingu.
- Jestliže instalujete na místní počítač nebo server, budete potřebovat informace od Vašeho systémového administrátora.]]>
-
- Stiskněte tlačítko povýšit pro povýšení Vaší databáze na Umbraco %0%
-
- Neobávejte se - žádný obsah nebude odstraněn a všechno bude fungovat jak má!
-
- ]]>
- Stiskněte Následující pro pokračování. ]]>
- následující, pro pokračování konfiguračního průvodce]]>
- Heslo výchozího uživatele musí být změněno!]]>
- Výchozí uživatel byl deaktivován, nebo nemá přístup k umbracu!
Netřeba nic dalšího dělat. Klikněte na Následující pro pokračování.]]>
- Heslo výchozího uživatele bylo úspěšně změněno od doby instalace!
Netřeba nic dalšího dělat. Klikněte na Následující pro pokračování.]]>
- Heslo je změněno!
- Mějte skvělý start, sledujte naše uváděcí videa
- Kliknutím na tlačítko následující (nebo modifikováním umbracoConfigurationStatus v souboru web.config) přijímáte licenci tohoto software tak, jak je uvedena v poli níže. Upozorňujeme, že tato distribuce Umbraca se skládá ze dvou různých licencí, open source MIT licence pro framework a Umbraco freeware licence, která pokrývá UI.
- Není nainstalováno.
- Dotčené soubory a složky
- Další informace o nastavování oprávnění pro Umbraco zde
- Musíte udělit ASP.NET oprávnění měnit následující soubory/složky
- Vaše nastavení oprávnění je téměř dokonalé!
- Můžete provozovat Umbraco bez potíží, ale nebudete smět instalovat balíčky, které jsou doporučené pro plné využívání všech možností umbraca.]]>
- Jak to vyřešit
- Klikněte zde, chcete-li číst textovou verzi
- výukové video o nastavovaní oprávnění pro složky umbraca, nebo si přečtěte textovou verzi.]]>
- Vaše nastavení oprávnění může být problém!
-
- Můžete provozovat Umbraco bez potíží, ale nebudete smět vytvářet složky a instalovat balíčky, které jsou doporučené pro plné využívání všech možností umbraca.]]>
- Vaše nastavení oprívnění není připraveno pro umbraco!
-
- Abyste mohli Umbraco provozovat, budete muset aktualizovat Vaše nastavení oprávnění.]]>
- Vaše nastavení oprávnění je dokonalé!
- Jste připraveni provozovat Umbraco a instalovat balíčky!]]>
- Řešení potíží se složkami
- Následujte tento odkaz pro další informace o potížích s ASP.NET a vytvářením složek.
- Nastavování oprávnění pro složky
-
- Chci začít od nuly
- zjistěte jak)
- Stále se můžete později rozhodnout nainstalovat Runway. Za tím účelem navštivte Vývojářskou sekci a zvolte Balíčky.
- ]]>
- Právě jste vytvořili čistou platformu Umbraco. Co chcete dělat dále?
- Runway je nainstalován
-
- Toto je náš seznam doporučených modulů, vyberte ty, které chcete nainstalovat, nebo si prohlédněte úplný seznam modulů
- ]]>
- Doporučeno pouze pro zkušené uživatele
- Chci začít s jednoduchým webem
-
- "Runway" je jednoduchý web poskytující některé základní typy dokumentů a šablon. Instalátor pro Vás může Runway nainstalovat automaticky a Vy ho pak můžete jednoduše editovat, rozšířit anebo úplně odstranit. Není nezbytný a můžete bez problému provozovat Umbraco bez něj. Runway nicméně nabízí jednoduché základy založené na nejlepších praktikách tak, abyste mohli začít rychleji, než kdykoliv jindy. Rozhodnete-li se Runway si nainstalovat, můžete si volitelně vybrat základní stavební bloky zvané Moduly Runway a stránky Runway si tak vylepšit.
-
-
- Runway obsahuje: Úvodní stránku, stránku Začínáme, stránku Instalace modulů.
- Volitelné moduly: Horní navigace, Mapa webu, Kontakt, Galerie.
-
- ]]>
- Co je Runway
- Krok 1/5: Přijetí licence
- Krok 2/5: Konfigurace databáze
- Krok 3/5: Ověřování oprávnění k souborům
- Krok 4/5: Kontrola zabezpečení umbraca
- Krok 5/5: Umbraco je připraveno a můžete začít
- Děkujeme, že jeste si vybrali umbraco
- Prohlédněte si svůj nový web
- Nainstalovali jste Runway, tak proč se nepodívat, jak Váš nový web vypadá.]]>
- Další pomoc a informace
- Abyste získali pomoc od naší oceňované komunity, projděte si dokumentaci, nebo si pusťte některá videa zdarma o tom, jak vytvořit jednoduchý web, jak používat balíčky a rychlý úvod do terminologie umbraca]]>
- Umbraco %0% je nainstalováno a připraveno k použití
- soubor /web.config a upravit klíč AppSetting umbracoConfigurationStatus dole na hodnotu '%0%'.]]>
- ihned začít kliknutím na tlačítko "Spustit Umbraco" níže. Jestliže je pro Vás Umbraco nové,
- spoustu zdrojů naleznete na naších stránkách "začínáme".]]>
- Spustit Umbraco
- Chcete-li spravovat Váš web, jednoduše přejděte do administrace umbraca a začněte přidávat obsah, upravovat šablony a stylopisy, nebo přidávat nové funkce]]>
- Připojení k databázi selhalo.
- Umbraco verze 3
- Umbraco verze 4
- Shlédnout
- umbraca %0% jako čisté instalace nebo povýšením z 3.0.
-