diff --git a/14/umbraco-cms/fundamentals/backoffice/document-blueprints.md b/14/umbraco-cms/fundamentals/backoffice/document-blueprints.md index 1ca26f1297c..2c40e8dcedf 100644 --- a/14/umbraco-cms/fundamentals/backoffice/document-blueprints.md +++ b/14/umbraco-cms/fundamentals/backoffice/document-blueprints.md @@ -24,23 +24,24 @@ Before following this method you should have some [content](../data/defining-con Select a **Content node** from the **Content** menu: -![Content Menu](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-01-Content-Menu.png) +![Content-Menu](images/content-menu.png) Right-click the Content node and select the **Create Document Blueprint** option. Alternatively, select the **Actions** dropdown of the content node and select the **Create Document Blueprint** option: -![Actions Button](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-02-Actions-Menu.png) +![Action Button](images/action-menu.png) Give your document blueprint a **Name**: -![Document Blueprint Name Field](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-03-Name-Content-Template.png) +![Document Blueprint Name Field](images/Name-Content-Template.png) Click the **Create** button and if the creation was successful, you will see a success notification: -![Create Button](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-04-Save-Content-Template.png) +![Create Button](images/Save-Content-Template.png) The new document blueprint will be created in **Document Blueprints** node of the **Settings** tree: -![New Document Blueprint](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-05-Find-Content-Template.png) +![New Document Blueprint](images/Find-Content-Template.png) + {% hint style="info" %} Refresh your browser, if you do not see the new document blueprint in the **Document Blueprints** folder. @@ -50,15 +51,15 @@ Refresh your browser, if you do not see the new document blueprint in the **Docu Click on the **Settings** menu: -![Settings Menu](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-07-Settings-Menu.png) +![Settings Menu](images/Settings-Menu.png) Right-click on the **Document Blueprints** tree and select the **Create** menu item: -![Create Document Blueprint](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-08-Create-Content-Template.png) +![Create Document Blueprint](images/Create-Content-Template.png) Select the Document Type you want to create a document blueprint for: -![Select Content Type](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-09-Select-Content-Type.png) +![Select Content Type](images/Content-Type.png) {% hint style="warning" %} You can create document blueprints only from **Document Types** or **Document Types with Templates** @@ -66,27 +67,27 @@ You can create document blueprints only from **Document Types** or **Document Ty Give your document blueprint a **Name** and click the **Save** button: -![Document Blueprint Name Field](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-10-Save-Template.png) +![Document Blueprint Name Field](images/Save-Template.png) The new document blueprint will be created in **Document Blueprints** folder of the **Settings** tree: -![New Document Blueprint](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-11-Find-Template.png) +![New Document Blueprint](images/Find-Template.png) ## Edit To edit an existing document blueprint, select a document blueprint from the **Document Blueprints** folder of the **Settings** tree. When you have finished editing click the **Save** button: -![Edit Document Blueprint](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-06-Edit-Content-Template.png) +![Edit Document Blueprint](images/Edit-Content-Template.png) ## Use Once you have created a document blueprint, you can use the template to create new content nodes. To use a document blueprint, right-click the **Content** tree and select **Create**: -![Create From Template](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-12-Create-From-Template.png) +![Create From Template](images/Create-From-Template.png) When you click on a Document Type that has a document blueprint you will see to options: * Create a new node based on a document blueprint * Create a blank one -![Select Template](../../../../10/umbraco-cms/fundamentals/backoffice/images/v8-13-Select-Template.png) +![Select Template](images/Select-Template.png) diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Allowing-Variance-on-properties.png b/14/umbraco-cms/fundamentals/backoffice/images/Allowing-Variance-on-properties.png new file mode 100644 index 00000000000..b9cb76264f6 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Allowing-Variance-on-properties.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Assign-Access-Languages.png b/14/umbraco-cms/fundamentals/backoffice/images/Assign-Access-Languages.png index ef317d03904..e03a4c893e8 100644 Binary files a/14/umbraco-cms/fundamentals/backoffice/images/Assign-Access-Languages.png and b/14/umbraco-cms/fundamentals/backoffice/images/Assign-Access-Languages.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Content-Type.png b/14/umbraco-cms/fundamentals/backoffice/images/Content-Type.png new file mode 100644 index 00000000000..149c0b225f6 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Content-Type.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Create-Content-Template.png b/14/umbraco-cms/fundamentals/backoffice/images/Create-Content-Template.png new file mode 100644 index 00000000000..08207f2a985 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Create-Content-Template.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Create-From-Template.png b/14/umbraco-cms/fundamentals/backoffice/images/Create-From-Template.png new file mode 100644 index 00000000000..c250d8ca953 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Create-From-Template.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Dropdown-DataType.png b/14/umbraco-cms/fundamentals/backoffice/images/Dropdown-DataType.png new file mode 100644 index 00000000000..6785734474b Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Dropdown-DataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Edit-Content-Template.png b/14/umbraco-cms/fundamentals/backoffice/images/Edit-Content-Template.png new file mode 100644 index 00000000000..37e7d82f950 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Edit-Content-Template.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Find-Content-Template.png b/14/umbraco-cms/fundamentals/backoffice/images/Find-Content-Template.png new file mode 100644 index 00000000000..8020ec1ba39 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Find-Content-Template.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Find-Template.png b/14/umbraco-cms/fundamentals/backoffice/images/Find-Template.png new file mode 100644 index 00000000000..32ec568f82b Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Find-Template.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Name-Content-Template.png b/14/umbraco-cms/fundamentals/backoffice/images/Name-Content-Template.png new file mode 100644 index 00000000000..d04b58c18e7 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Name-Content-Template.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Save-Content-Template.png b/14/umbraco-cms/fundamentals/backoffice/images/Save-Content-Template.png new file mode 100644 index 00000000000..84b849c80e3 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Save-Content-Template.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Save-Template.png b/14/umbraco-cms/fundamentals/backoffice/images/Save-Template.png new file mode 100644 index 00000000000..3d3efe9bdc8 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Save-Template.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Select-Template.png b/14/umbraco-cms/fundamentals/backoffice/images/Select-Template.png new file mode 100644 index 00000000000..ffce97142d4 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Select-Template.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/Settings-Menu.png b/14/umbraco-cms/fundamentals/backoffice/images/Settings-Menu.png new file mode 100644 index 00000000000..fe0112dcef3 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/Settings-Menu.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/action-menu.png b/14/umbraco-cms/fundamentals/backoffice/images/action-menu.png new file mode 100644 index 00000000000..a33cfb09ec6 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/action-menu.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/adding-a-language.png b/14/umbraco-cms/fundamentals/backoffice/images/adding-a-language.png new file mode 100644 index 00000000000..e5bb43dc9c0 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/adding-a-language.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/allow-variance2.png b/14/umbraco-cms/fundamentals/backoffice/images/allow-variance2.png new file mode 100644 index 00000000000..65f9a34c499 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/allow-variance2.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/content-menu.png b/14/umbraco-cms/fundamentals/backoffice/images/content-menu.png new file mode 100644 index 00000000000..29e78f3e879 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/content-menu.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/sections-highlight-sections2.png b/14/umbraco-cms/fundamentals/backoffice/images/sections-highlight-sections2.png new file mode 100644 index 00000000000..3244d145125 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/images/sections-highlight-sections2.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/images/varying-properties.png b/14/umbraco-cms/fundamentals/backoffice/images/varying-properties.png index ff34a501419..8c01350fe7c 100644 Binary files a/14/umbraco-cms/fundamentals/backoffice/images/varying-properties.png and b/14/umbraco-cms/fundamentals/backoffice/images/varying-properties.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/README.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/README.md index f8533b31166..495d44bd40c 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/README.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/README.md @@ -10,7 +10,7 @@ A Property Editor is the editor that a Data Type references. A Data Type is defi When creating a Data Type, specify the property editor for the Data Type to use by selecting from the "Property editor" list (as shown below). -![Data Type Definition](../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/images/Media-picker-dataType-v9.png) +![Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Media-picker-dataType.png) ## [Built-in Property Editors in Umbraco](built-in-umbraco-property-editors/) diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/checkbox-list.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/checkbox-list.md index 20664487b56..85f67a229ae 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/checkbox-list.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/checkbox-list.md @@ -12,7 +12,8 @@ Unlike other property editors, the Prevalue IDs are not directly accessible in R ## Data Type Definition Example -![True/Checkbox List Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/checkbox-list-setup-v8.png) + +![True/Checkbox List Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/checkbox-list-setup.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/color-picker.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/color-picker.md index 8643e6a61a4..cc1a75e24fa 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/color-picker.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/color-picker.md @@ -12,7 +12,7 @@ It's possible to add a label to use with the color. ## Data Type Definition Example -![Color Picker Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Color-Picker-DataType-v10.png) +![Color Picker Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Color-Picker-DataType.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/content-picker.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/content-picker.md index 3289fee2583..ddd5da6195b 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/content-picker.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/content-picker.md @@ -8,7 +8,7 @@ The content picker opens a panel to pick a specific page from the content struct ## Data Type Definition Example -![Content Picker Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Content-Picker2-DataType-v10.png) +![Content Picker Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Content-Picker2-DataType.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time.md index 9660947cab4..b95e94abc3c 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/date-time.md @@ -8,7 +8,7 @@ Displays a calendar UI for selecting dates which are saved as a DateTime value. ## Data Type Definition Example -![Data Type Definition Example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/date-time-v8.png) +![Data Type Definiton](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/date-time.png) There are two settings available for manipulating the DateTime property. diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/decimal.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/decimal.md index 213ae61ffd2..81d64c5b0bb 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/decimal.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/decimal.md @@ -6,7 +6,8 @@ ## Data Type Definition Example -![Data Type Definition Example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/definition-example.png) + +![Decimal Content Example](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/content-example.png) In the example above the possible values for the input field would be \[8, 8.5, 9, 9.5, 10] @@ -18,6 +19,7 @@ If the value of **Step Size** is not set then all decimal values between 8 and 1 ![Content Example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/content-example.png) + ## MVC View Example ### With Modelsbuilder diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/dropdown/README.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/dropdown/README.md index e7172f1f00e..bc3733395a1 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/dropdown/README.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/dropdown/README.md @@ -18,7 +18,7 @@ Prevalues are the options which are shown in the dropdown list. You can add, edi ## Data Type Definition Example -![Dropdown Data Type Definition](../../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/dropdown/images/Dropdown-DataType-v10.png) +![Dropdown-data-type](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Dropdown-DataType.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/email-address.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/email-address.md index acefd1bdec9..c913baa1e9d 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/email-address.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/email-address.md @@ -14,7 +14,7 @@ Displays an email address. The Email Address Property Editor does not come with any further configuration. The property can be configured once it has been added to a Document Type. -![Mandatory Checkbox Example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/emailaddress-datatype-v10.png) +![Checkbox Example](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/emailaddress-datatype.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/eye-dropper-color-picker.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/eye-dropper-color-picker.md index 40b4a4b8f7d..bae8303d37d 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/eye-dropper-color-picker.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/eye-dropper-color-picker.md @@ -8,11 +8,11 @@ The Eye Dropper Color picker allows you to choose a color from the full color sp ## Data Type Definition Example -![Eye Dropper Color Picker Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Eye-Dropper-Color-Picker-DataType-v8.png) +![Eye Dropper Color Picker Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Eye-Dropper-Color-Picker-DataType.png) ## Content Example -![Eye Dropper Color Picker Content](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Eye-Dropper-Color-Picker-Content-v8.png) +![Eye Dropper Color Picker Content](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Eye-Dropper-Color-Picker-Content.png) ## Example with Modelsbuilder diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/file-upload.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/file-upload.md index e35a8f234f3..d32d62ad022 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/file-upload.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/file-upload.md @@ -16,7 +16,7 @@ Find the full documentation for the property in the [Media Picker](media-picker- ## Data Type Definition Example -![Data Type Definition Example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/definition-example-v10.png) +![File Upload Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/file-upload-definition.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/image-cropper.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/image-cropper.md index b3be4069312..a0cc1f5156b 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/image-cropper.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/image-cropper.md @@ -18,7 +18,7 @@ You can add, edit & delete crop presets the cropper UI can use. ## Data Type Definition Example -![Image Cropper Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/imageCropper-v9.png) +![Image Cropper Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/imageCropper.png) ## Content Example @@ -44,13 +44,14 @@ By default, the Image Cropper allows the editor to set a focal point on the uplo All the preset crops are shown to give the editor a preview of what the image will look like on the frontend. -![Image Cropper Focal point](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/imageCropper-focalpoint-v8.png) + +![Image Cropper Focal Point](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/imageCropper-focalpoint.png) ### Crop and resize The editor can fit the crop to the image to ensure that the image is presented as intended. -![Image Cropper Crop](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/imageCropper-crop-v8.png) +![Image Cropper crop](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/imageCropper-crop.png) ## Powered by ImageSharp.Web diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Checkbox-Data-Type.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Checkbox-Data-Type.png new file mode 100644 index 00000000000..70eab847d64 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Checkbox-Data-Type.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Color-Picker-DataType.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Color-Picker-DataType.png new file mode 100644 index 00000000000..c6ea4a2cd1f Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Color-Picker-DataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Content-Picker2-DataType.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Content-Picker2-DataType.png new file mode 100644 index 00000000000..18573dd59d2 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Content-Picker2-DataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Dropdown-DataType.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Dropdown-DataType.png new file mode 100644 index 00000000000..ea1da4a3cfc Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Dropdown-DataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Eye-Dropper-Color-Picker-Content.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Eye-Dropper-Color-Picker-Content.png new file mode 100644 index 00000000000..d8ce4de3f88 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Eye-Dropper-Color-Picker-Content.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Eye-Dropper-Color-Picker-DataType.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Eye-Dropper-Color-Picker-DataType.png new file mode 100644 index 00000000000..0f1fb36893a Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Eye-Dropper-Color-Picker-DataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Label-Setup.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Label-Setup.png new file mode 100644 index 00000000000..11094fa224c Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Label-Setup.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Markdown-Editor-definition-example.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Markdown-Editor-definition-example.png new file mode 100644 index 00000000000..0b4b46160d6 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Markdown-Editor-definition-example.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Media-picker-dataType.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Media-picker-dataType.png new file mode 100644 index 00000000000..0521ffd75db Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Media-picker-dataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/MediaPicker-DataType.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/MediaPicker-DataType.png new file mode 100644 index 00000000000..bc6ac25056b Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/MediaPicker-DataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Member-Picker-DataType.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Member-Picker-DataType.png new file mode 100644 index 00000000000..a0510029d2f Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Member-Picker-DataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Member-Picker.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Member-Picker.png new file mode 100644 index 00000000000..2f42aa8db1c Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Member-Picker.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Multi-Url-Picker-DataType.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Multi-Url-Picker-DataType.png new file mode 100644 index 00000000000..63981d74060 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Multi-Url-Picker-DataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/RadioButton-List-DataType.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/RadioButton-List-DataType.png new file mode 100644 index 00000000000..ec80c6b02c1 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/RadioButton-List-DataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Repeatable-Textstrings-DataType.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Repeatable-Textstrings-DataType.png new file mode 100644 index 00000000000..eda135248f9 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Repeatable-Textstrings-DataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Slider-Data-Type-Definition.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Slider-Data-Type-Definition.png new file mode 100644 index 00000000000..9620542ac7f Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Slider-Data-Type-Definition.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Textarea-Setup.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Textarea-Setup.png new file mode 100644 index 00000000000..0373a9f3dec Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Textarea-Setup.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Textbox-Setup.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Textbox-Setup.png new file mode 100644 index 00000000000..75804945088 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Textbox-Setup.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/User-Picker-DataType.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/User-Picker-DataType.png new file mode 100644 index 00000000000..4edc07b73e6 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/User-Picker-DataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/checkbox-list-setup.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/checkbox-list-setup.png new file mode 100644 index 00000000000..798ccd419be Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/checkbox-list-setup.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/content-example.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/content-example.png new file mode 100644 index 00000000000..98474c05999 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/content-example.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/date-time.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/date-time.png new file mode 100644 index 00000000000..260e07b5791 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/date-time.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/emailaddress-datatype.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/emailaddress-datatype.png new file mode 100644 index 00000000000..6806c536bb2 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/emailaddress-datatype.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/file-upload-definition.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/file-upload-definition.png new file mode 100644 index 00000000000..8fd78917069 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/file-upload-definition.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/imageCropper-crop.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/imageCropper-crop.png new file mode 100644 index 00000000000..de2e956bea5 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/imageCropper-crop.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/imageCropper-focalpoint.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/imageCropper-focalpoint.png new file mode 100644 index 00000000000..8124cc53681 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/imageCropper-focalpoint.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/imageCropper.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/imageCropper.png new file mode 100644 index 00000000000..786888e25e9 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/imageCropper.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/list-view-settings.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/list-view-settings.png new file mode 100644 index 00000000000..dad410c9d85 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/list-view-settings.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/numeric-datatype.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/numeric-datatype.png new file mode 100644 index 00000000000..359e2787a82 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/numeric-datatype.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/tags-DataType.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/tags-DataType.png new file mode 100644 index 00000000000..007770a99a3 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/tags-DataType.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/label.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/label.md index c38ec0c9399..0511ae33ea7 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/label.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/label.md @@ -8,7 +8,7 @@ Label is a non-editable control and can only be used to display a pre-set value. ## Data Type Definition Example -![Label Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Label-Setup-v8.png) +![Label Data Type definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Label-Setup.png) ### Value type diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/listview.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/listview.md index eb8f5f228ef..83d2db4be72 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/listview.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/listview.md @@ -16,7 +16,8 @@ If enabled, editors will be able to see multiple children from a list on a conte ## Settings -![List view settings example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/list-view-settings1-v10.png) ![List view settings example 2](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/list-view-settings2-v10.png) +![List view settings example](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/list-view-settings.png) + ### Page Size diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/markdown-editor.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/markdown-editor.md index 15e1215954b..c9f2a91696b 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/markdown-editor.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/markdown-editor.md @@ -8,7 +8,7 @@ This built-in editor allow the user to use the markdown formatting options, from ## Data Type Definition Example -![Definition Example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Markdown-Editor-definition-example-v10.png) +![Markdown Editor definition example](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Markdown-Editor-definition-example.png) There are three settings available for manipulating the **Markdown editor** property. diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/media-picker-3.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/media-picker-3.md index 486e20f3b1c..5dc7bae2feb 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/media-picker-3.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/media-picker-3.md @@ -8,8 +8,10 @@ This property editors returns a single `MediaWithCrops` item if the "Pick multip ## Data Type Definition Example -![Media Picker Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/MediaPicker-DataType-v10.png) + + +![Media Picker Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/MediaPicker-DataType.png) ### Accepted types Use setting to limit the picker to only select Media Items of these types. diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/member-group-picker.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/member-group-picker.md index 32138c48489..91a3b3c85a6 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/member-group-picker.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/member-group-picker.md @@ -8,7 +8,7 @@ The Member Group Picker opens a panel to pick one or more member groups from the ## Data Type Definition Example -![Member Group Picker Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Member-Picker-DataType.png) +![Member Group Picker Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Member-Picker-DataType.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/member-picker.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/member-picker.md index e1633e170f7..72e1d098b04 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/member-picker.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/member-picker.md @@ -8,7 +8,7 @@ The member picker opens a panel to pick a specific member from the member sectio ## Data Type Definition Example -![Media Picker Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Member-Picker-DataType-v8.png) +![Media Picker Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Member-Picker.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multi-url-picker.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multi-url-picker.md index ad29bc81b30..a483149a240 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multi-url-picker.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multi-url-picker.md @@ -8,7 +8,7 @@ Multi Url Picker allows an editor to pick and sort multiple urls. This property ## Data Type Definition Example -![Related Links Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Multy-Url-Picker-DataType-v10.png) +![Related Links Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Multi-Url-Picker-DataType.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multinode-treepicker.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multinode-treepicker.md index 8449c551232..b24937259fd 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multinode-treepicker.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multinode-treepicker.md @@ -20,7 +20,9 @@ When you specify the dynamic root, you are able to navigate the tree relative to
-First you have to specify a origin, from where the query will start. ![Multinode Treepicker Data Type Definition](../../images/mntp\_node\_type\_dynamic\_root\_origin.png) +First you have to specify a origin, from where the query will start. + +![Multinode Treepicker Data Type Definition](../../images/mntp\_node\_type\_dynamic\_root\_origin.png) You have the following options: diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multiple-textbox.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multiple-textbox.md index 711520dbac6..7db8b8862d2 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multiple-textbox.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/multiple-textbox.md @@ -8,7 +8,7 @@ The Repeatable textstrings property editor enables a content editor to make a li ## Data Type Definition Example -![Repeatable textstrings Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Repeatable-Textstrings-DataType-v10.png) +![Repeatable textstrings Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Repeatable-Textstrings-DataType.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/numeric.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/numeric.md index 87c66c8da92..28cce68e41f 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/numeric.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/numeric.md @@ -8,7 +8,7 @@ Numeric is an HTML input control for entering numbers. Since it's a standard HTM ## Data Type Definition Example -![Numeric Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/numeric-datatype-v10.png) +![Numeric Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/numeric-datatype.png) ### Minimum diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/radiobutton-list.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/radiobutton-list.md index af063704427..af878142ed7 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/radiobutton-list.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/radiobutton-list.md @@ -8,7 +8,7 @@ Pretty much like the name indicates this Data type enables editors to choose fro ## Data Type Definition Example -![Radiobutton List Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/RadioButton-List-DataType-v10.png) +![Radiobutton List Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/RadioButton-List-DataType.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/slider.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/slider.md index 909233894dd..b0068d69e79 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/slider.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/slider.md @@ -10,7 +10,7 @@ There are two flavors of the slider. One with a single value picker. One with a ## Data Type Definition Example -![Slider Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Slider-Data-Type-Definition-Example.png) +![Slider Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Slider-Data-Type-Definition.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/tags.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/tags.md index ef988bc8ea4..a07cde2339f 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/tags.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/tags.md @@ -8,7 +8,7 @@ The Tags property editor allows you to add multiple tags to a node. ## Data Type Definition Example -![Data Type Definition Example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Tags-DataType-v10.png) +![Tags Data Type Definition Example](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/tags-DataType.png) ### Tag group diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/textarea.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/textarea.md index fcc94024b7b..f92b06e5989 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/textarea.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/textarea.md @@ -7,14 +7,8 @@ Textarea is an HTML textarea control for multiple lines of text. It can be configured to have a fixed character limit, as well as define how big the space for writing can be. By default, there is no character limit unless it's specifically set to a specific value like 200 for instance. If you don't specify the number of rows, 10 will be the amount of rows the textarea will be occupying, unless changed to a custom value. ## Data Type Definition Example +![Textarea Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Textarea-Setup.png) -### Without a character limit - -![Textarea Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Textarea-Setup-v10.png) - -### With a character limit - -![Textarea Data Type Definition With Limits](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Textarea-Setup-Limit-v8.png) ## Settings diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/textbox.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/textbox.md index d67bee94465..5bd82535f85 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/textbox.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/textbox.md @@ -12,7 +12,7 @@ Textbox is an HTML input control for text. It can be configured to have a fixed ## Data Type Definition Example -![Textbox Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Textbox-Setup-v10.png) +![Textbox Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Textbox-Setup.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/true-false.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/true-false.md index f0120f98b1c..a4e80a401c6 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/true-false.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/true-false.md @@ -6,7 +6,7 @@ Toggle is a standard checkbox which saves either 0 or 1, depending on the checkb ## Data Type Definition Example -![True/False Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/Checkbox-Data-Type-v10.png) +![True/False Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/Checkbox-Data-Type.png) The Toggle property has a setting which allows you to set the default value of the checkbox, either checked (true) or unchecked (false). diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/user-picker.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/user-picker.md index 2b358862654..27b0ceb221a 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/user-picker.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/user-picker.md @@ -8,7 +8,7 @@ The user picker opens a panel to pick a specific user from the Users section. Th ## Data Type Definition Example -![Media Picker Data Type Definition](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/User-Picker-DataType-v8.png) +![Media Picker Data Type Definition](/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/User-Picker-DataType.png) ## Content Example diff --git a/14/umbraco-cms/fundamentals/backoffice/sections.md b/14/umbraco-cms/fundamentals/backoffice/sections.md index fbbd45b3567..57ea6147aba 100644 --- a/14/umbraco-cms/fundamentals/backoffice/sections.md +++ b/14/umbraco-cms/fundamentals/backoffice/sections.md @@ -10,9 +10,10 @@ A section in Umbraco is where you perform specific tasks related to a particular _The **Section menu** is the horizontal menu located at the top of the Umbraco Backoffice._ -
+
-There are eight default sections that come with Umbraco: + +There are seven default sections that come with Umbraco: ## Content diff --git a/14/umbraco-cms/fundamentals/backoffice/variants.md b/14/umbraco-cms/fundamentals/backoffice/variants.md index 5b79fb45f24..9146e45641d 100644 --- a/14/umbraco-cms/fundamentals/backoffice/variants.md +++ b/14/umbraco-cms/fundamentals/backoffice/variants.md @@ -30,7 +30,7 @@ How to use Language Variants in Umbraco To work with Language Variants you need to have more than one language enabled. This can be done from the `Settings` section: -![Adding a language](../../../../10/umbraco-cms/fundamentals/backoffice/images/languages\_v10.png) +![Adding a language](images/adding-a-language.png) {% hint style="info" %} You will always have one default language but each language can be set to mandatory. @@ -40,15 +40,15 @@ You will always have one default language but each language can be set to mandat Now that there are two languages to vary the content with, it needs to be enabled on the Document Types. To do so: -1. Go to the Document Type in the **Settings** section. -2. Open the **Permissions** page. +1. Go to the Document Type in the **structure** section. +2. Open the **settings** page. 3. Toggle **Allow vary by culture**. -
+
To allow a property on the Document Type to be varied it will have to be enabled for the property: -![Allowing variance on properties](../../../../10/umbraco-cms/fundamentals/backoffice/images/varying-properties\_v10.png) +![Allowing Variance on properties](images/varying-properties.png) ## Working with Language Variants on content @@ -57,7 +57,7 @@ When you return to your content node you will notice two things: 1. At the top of the Content tree there will now be a dropdown so you can show the Content tree in the language of your choice. 2. To the right of the content name there is now a dropdown where you can select a language. You can also open a split view so you can see two languages at once. - ![Allowing variance on properties](../../../../10/umbraco-cms/fundamentals/backoffice/images/varying-content\_v10.png) + ![Allowing Variance on properties](images/Allowing-Variance-on-properties.png) Each Property Editor that does not allow variants (an Invariant Property) will by default need to be unlocked in order to be edited. The lock exists to make it clear that this change will affect more languages. Since the value of the invariant properties are shared between all variants on the website. @@ -94,7 +94,7 @@ This can be controlled on a User Group level. All default User Groups, except th When "Allow access to all languages" is not checked, languages can be added and/or removed. This is to determine which variants the users in the user group have access to. -![Assign access to all or individual languages on th User Group](../../../../10/umbraco-cms/fundamentals/backoffice/images/Assign-Access-Languages.png) +![Assign access to all or individial languages on the User Group](images/Assign-Access-Languages.png) {% hint style="info" %} Even though the language permissions have been set, a user will still be able to view and browse all the language variations. The permission setting will ensure that only the added languages are editable by users of the User Group. diff --git a/14/umbraco-cms/fundamentals/code/subscribing-to-notifications.md b/14/umbraco-cms/fundamentals/code/subscribing-to-notifications.md index 8b746c3f177..8fb91aaa7c4 100644 --- a/14/umbraco-cms/fundamentals/code/subscribing-to-notifications.md +++ b/14/umbraco-cms/fundamentals/code/subscribing-to-notifications.md @@ -16,7 +16,7 @@ We react to notifications in Umbraco inside a notification handler, so let's cre We now have a class that looks like this: -``` +```csharp using Umbraco.Cms.Core.Events; using Umbraco.Cms.Core.Notifications; @@ -50,7 +50,7 @@ To check that this works, let's add a message to the log every time a content no We'll need to inject a Microsoft ILogger into our notification handler. This can be done by adding `using Microsoft.Extensions.Logging;` to the top our file to add the required namespace. Next step is to add a constructor for our handler that allows Umbraco to inject the logger: -``` +```csharp using Microsoft.Extensions.Logging; using Umbraco.Cms.Core.Events; using Umbraco.Cms.Core.Notifications; @@ -87,7 +87,7 @@ public void Handle(ContentPublishedNotification notification) We could log the name of each item that is being published too: -``` +```csharp public void Handle(ContentPublishedNotification notification) { // The custom code to fire every time content is published goes here! diff --git a/14/umbraco-cms/fundamentals/data/adding-tabs.md b/14/umbraco-cms/fundamentals/data/adding-tabs.md index e835ad495e2..0506dbd3a1d 100644 --- a/14/umbraco-cms/fundamentals/data/adding-tabs.md +++ b/14/umbraco-cms/fundamentals/data/adding-tabs.md @@ -11,9 +11,9 @@ Tabs allow you to add horizontal organization in your Document Types, Media Type To add a tab, follow these steps: 1. Go to **Settings**. -2. Create or select a **Document Type/Media Type/Member Type** and click **Add tab**. +2. Create or select a **Document Type/Media Type/Member Type** and click **Add tab**. - ![Add tab](../../../../10/umbraco-cms/fundamentals/data/images/Add-tab.png) + ![Add tab](/14/umbraco-cms/fundamentals/data/images/Add-tab.png.png) {% hint style="info" %} When adding the first tab, all existing groups are automatically added to the tab. @@ -53,7 +53,7 @@ Converting a tab back into a group is not possible, as tabs can contain groups, Once you start adding tabs, you might see a “Generic” tab appear. This is done to hold groups and properties that are not assigned to a tab. For example, a group of properties coming from a composition that has no tab. In order to display the groups and properties correctly and have a solid data structure, they will be displayed under the “Generic” tab. -![Generic tab](../../../../10/umbraco-cms/fundamentals/data/images/Generic-tab.png) +![Generic-tab](/14/umbraco-cms/fundamentals/data/images/Generic-tab.png) To manage the **Generic** tab on a **Document Type/Media Type**: diff --git a/14/umbraco-cms/fundamentals/data/creating-media/default-media-types.md b/14/umbraco-cms/fundamentals/data/creating-media/default-media-types.md index 288793a1621..4f762df58ea 100644 --- a/14/umbraco-cms/fundamentals/data/creating-media/default-media-types.md +++ b/14/umbraco-cms/fundamentals/data/creating-media/default-media-types.md @@ -42,7 +42,7 @@ The `UmbracoMediaArticle` media type has the following properties: * `umbracoExtension` - Label (string) * `umbracoBytes` - Label (bigint) -![MediaArticle](../../../../../10/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-article-media-type.png) +![MediaArticle](/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-article-media-type.png) ### UmbracoMediaAudio @@ -52,7 +52,7 @@ The `UmbracoMediaAudio` media type has the following properties: * `umbracoExtension` Label (string) * `umbracoBytes` Label (bigint) -![MediaAudio](../../../../../10/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-audio-media-type.png) +![MediaAudio](/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-audio-media-type.png) ### UmbracoMediaVectorGraphics @@ -62,7 +62,7 @@ The `UmbracoMediaVectorGraphics` media type has the following properties: * `umbracoExtension` Label (string) * `umbracoBytes` Label (bigint) -![MediaVectorGraphics](../../../../../10/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-vector-graphicsmedia-type.png) +![MediaVectorGraphics](/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-vector-graphicsmedia-type.png) ### UmbracoMediaVideo @@ -72,7 +72,7 @@ The `UmbracoMediaVideo` media type has the following properties: * `umbracoExtension` - Label (string) * `umbracoBytes` - Label (bigint) -![MediaVideo](../../../../../10/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-video-media-type.png) +![MediaVideo](/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-video-media-type.png) {% hint style="info" %} You can also create localization files for Media Types. You can read more about this in the [Document Type Localization](../defining-content/document-type-localization.md) article. diff --git a/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-article-media-type.png b/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-article-media-type.png index 6b4d74a5cb4..fff82eeba5b 100644 Binary files a/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-article-media-type.png and b/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-article-media-type.png differ diff --git a/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-audio-media-type.png b/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-audio-media-type.png index 9dabcba2c43..194c4dc201a 100644 Binary files a/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-audio-media-type.png and b/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-audio-media-type.png differ diff --git a/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-vector-graphicsmedia-type.png b/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-vector-graphicsmedia-type.png index 77b43609018..e5957f78e79 100644 Binary files a/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-vector-graphicsmedia-type.png and b/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-vector-graphicsmedia-type.png differ diff --git a/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-video-media-type.png b/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-video-media-type.png index a9509c6f4fa..a0cdd81bcf0 100644 Binary files a/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-video-media-type.png and b/14/umbraco-cms/fundamentals/data/creating-media/images/umbraco-media-video-media-type.png differ diff --git a/14/umbraco-cms/fundamentals/data/data-types/README.md b/14/umbraco-cms/fundamentals/data/data-types/README.md index 881bada93ac..0cb687b9533 100644 --- a/14/umbraco-cms/fundamentals/data/data-types/README.md +++ b/14/umbraco-cms/fundamentals/data/data-types/README.md @@ -18,7 +18,7 @@ An example of this could be to have two dropdown Data Types both referencing the To create a new Data Type, go to the **Settings** section within the backoffice. Thereafter click the menu icon to the right of the **Data Types** folder and select **Create**->**New Data Type**. Name the Data Type - we'll call it _Dropdown Cities_. -![Dropdown List](../../../../../10/umbraco-cms/fundamentals/data/data-types/images/creating-a-data-type-v10.png) +![Dropdown List](/14/umbraco-cms/fundamentals/data/data-types/images/creating-a-data-type.png) * **Property Editor:** This is where you pick the Property Editor that our _Dropdown Cities_ Data Type will be referencing. Pick the **Dropdown** and now you will see the configuration options that are available for a Data Type referencing the Dropdown Property Editor. * **Enable multiple choice:** By enabling this it will be possible to select multiple options from the dropdown. diff --git a/14/umbraco-cms/fundamentals/data/data-types/images/creating-a-data-type.png b/14/umbraco-cms/fundamentals/data/data-types/images/creating-a-data-type.png index 6fede271b87..5df8f2bca42 100644 Binary files a/14/umbraco-cms/fundamentals/data/data-types/images/creating-a-data-type.png and b/14/umbraco-cms/fundamentals/data/data-types/images/creating-a-data-type.png differ diff --git a/14/umbraco-cms/fundamentals/data/defining-content/README.md b/14/umbraco-cms/fundamentals/data/defining-content/README.md index 1d4bbfafc11..77b7122d32a 100644 --- a/14/umbraco-cms/fundamentals/data/defining-content/README.md +++ b/14/umbraco-cms/fundamentals/data/defining-content/README.md @@ -27,8 +27,8 @@ A Document Type is created using the Document Type editor in the **Settings** se * Go to the **Settings** section in the backoffice. * On the **Document Types** node click the menu icon (•••) to bring up the context menu. * Here choose **Document Type with Template**. This will create a new Document Type with a template. The Template can be found under **Templates** in the **Settings** section which will be assigned as the default template for the Document Type. - -
+ +![CreateDoctype](/14/umbraco-cms/fundamentals/data/images/CreateDoctype.png) You can also choose to create a **Document Type** without a template and create **Folders** to organize your Document Types. Other options are to create Compositions and Element types, which you can read more about in the [Default Document Types](default-document-types.md) section. @@ -38,7 +38,7 @@ You can also choose to create a **Document Type** without a template and create First, we're prompted to give the Document Type a **name**. This first Document Type will be the root node for our content, name it "`Home`". -
+![Name the Document Type](/14/umbraco-cms/fundamentals/data/images/homePage.png) {% hint style="info" %} The alias of the Document Type is automatically generated based on the property name. If you want to change the auto-generated alias, click the "**lock**" icon. The alias must be in camel case. For example: _`homePage`_. @@ -52,7 +52,7 @@ Choosing appropriate icons for your content nodes is a good way to give editors To set an icon for the Document Type click the document icon in the top left corner. This will open the icon select dialog. Search for "`Home"`and select the icon. This icon will be used in the content tree. -
+![Home icon](/14/umbraco-cms/fundamentals/data/images/docTypeIcon.png) ### Setting Permissions @@ -62,7 +62,7 @@ This will allow this Document Type to be created as the first content in the **C * Tick the **Allow as root** toggle * Save the Document Type by clicking **save** in the bottom right corner. -
+![Allow as root](/14/umbraco-cms/fundamentals/data/images/docTypePermissions.png) ## 3. Creating the content @@ -73,7 +73,7 @@ Now that we have the Document Type in place, we can create the content. * Select the "`Home`" Document Type. We'll name it "`Home`" * Then click the **Save and Publish** button. -
+![Create homepage](/14/umbraco-cms/fundamentals/data/images/createHomepage.png) As we haven't created our properties, all we can see on the "`Home`" node is the Properties tab. This tab contains the default properties that are available on all content nodes in Umbraco. @@ -133,7 +133,7 @@ Now that we have created a group we can start adding properties. Let's add a Ric * **Choose** which Data Type/property editor to use, and add validation if needed. * Give the property a **name.** The name will be shown to the editor to make it relevant and understandable. Notice the alias is automatically generated based on the name. We'll name this "`Body Text`". -![Adding a property](../../../../../12/umbraco-cms/fundamentals/data/images/v8Screenshots/addproperty\_new.png) +![Adding a property](/14/umbraco-cms/fundamentals/data/images/addproperty.png) #### Property Editors @@ -141,7 +141,7 @@ Now that we have created a group we can start adding properties. Let's add a Ric * To make it easier to find what you need use the **search field** to filter by typing "`Rich`". Filtering will display configured properties first (under **Available configurations**) and all available editors under that. * Select the **Rich Text editor** under **Create new**. This will let you configure the editor settings - the Rich Text editor for this property. -![Choosing the Rich Text editor](../../../../../12/umbraco-cms/fundamentals/data/images/v8Screenshots/selectEditor\_new.png) +![Choosing the Rich Text editor](/14/umbraco-cms/fundamentals/data/images/selectEditor.png) {% hint style="info" %} diff --git a/14/umbraco-cms/fundamentals/data/defining-content/default-document-types.md b/14/umbraco-cms/fundamentals/data/defining-content/default-document-types.md index ebaf460ea1e..342111563a1 100644 --- a/14/umbraco-cms/fundamentals/data/defining-content/default-document-types.md +++ b/14/umbraco-cms/fundamentals/data/defining-content/default-document-types.md @@ -2,7 +2,7 @@ On this page, you will find the default Document Types in Umbraco. If you want to use these document types, you can create them in the Settings section. -
+![Create doc type](/14/umbraco-cms/fundamentals/data/images/CreateDoctype.png) ## Document type with template @@ -18,13 +18,12 @@ Compositions provide a way to create reusable sets of properties that can be add When using a mixed setup, you can take advantage of nesting and use compositions by clicking on "**Compositions**..." option. -
- +![Create group](/14/umbraco-cms/fundamentals/data/images/createGroup_new.png) {% hint style="warning" %} If you create 2 compositions that contain some common properties it is only possible to pick one of the compositions in a Document Type. If preferred, those compositions that cannot be used can be marked as hidden by checkmarking the `Hide unavailable options`. -
+![Composition](/14/umbraco-cms/fundamentals/data/images/composition.png) {% endhint %} ## Element Type @@ -33,6 +32,6 @@ An Element Type is a Document Type without a template containing schema configur Element Types cannot be used to create content that resides in the Content tree. When you create an Element type, it automatically sets the **Is Element Type** flag to **True** on the **Permissions** tab. -
+![Element type](/14/umbraco-cms/fundamentals/data/images/element-type.png) Element Types are created using the same workflow as regular Document Types but usually contain fewer properties. You can also create Element Types as part of configuring a Block Grid or Block List Data Type. diff --git a/14/umbraco-cms/fundamentals/data/dictionary-items.md b/14/umbraco-cms/fundamentals/data/dictionary-items.md index 5d6de74a366..226e2230cf1 100644 --- a/14/umbraco-cms/fundamentals/data/dictionary-items.md +++ b/14/umbraco-cms/fundamentals/data/dictionary-items.md @@ -17,13 +17,10 @@ To add a Dictionary Item: 1. Go to the **Translation** section. 2. Click on **Dictionary** in the **Translation** tree and select **Create**. 3. Enter the **Name** for the dictionary item. Let's say _Welcome_. - -
-4. Click **Create**. -5. Enter the values for the different language versions. +4. Enter the values for the different language versions.
-6. Click **Save**. +5. Click **Save**. ### Grouping Dictionary Items diff --git a/14/umbraco-cms/fundamentals/data/images/Add-tab.png.png b/14/umbraco-cms/fundamentals/data/images/Add-tab.png.png new file mode 100644 index 00000000000..73e5077434e Binary files /dev/null and b/14/umbraco-cms/fundamentals/data/images/Add-tab.png.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/Create-dictionary-item.png b/14/umbraco-cms/fundamentals/data/images/Create-dictionary-item.png index 0ca051a3000..487c8cce9d3 100644 Binary files a/14/umbraco-cms/fundamentals/data/images/Create-dictionary-item.png and b/14/umbraco-cms/fundamentals/data/images/Create-dictionary-item.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/CreateDoctype.png b/14/umbraco-cms/fundamentals/data/images/CreateDoctype.png new file mode 100644 index 00000000000..2ff143255d4 Binary files /dev/null and b/14/umbraco-cms/fundamentals/data/images/CreateDoctype.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/Element-Type.png b/14/umbraco-cms/fundamentals/data/images/Element-Type.png index 19ad57828b9..e568ea61e17 100644 Binary files a/14/umbraco-cms/fundamentals/data/images/Element-Type.png and b/14/umbraco-cms/fundamentals/data/images/Element-Type.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/Generic-tab.png b/14/umbraco-cms/fundamentals/data/images/Generic-tab.png index 6063a3ee489..8f0056f27c5 100644 Binary files a/14/umbraco-cms/fundamentals/data/images/Generic-tab.png and b/14/umbraco-cms/fundamentals/data/images/Generic-tab.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/Member-group1.PNG b/14/umbraco-cms/fundamentals/data/images/Member-group1.PNG index b7dcddfce90..f52e963f14a 100644 Binary files a/14/umbraco-cms/fundamentals/data/images/Member-group1.PNG and b/14/umbraco-cms/fundamentals/data/images/Member-group1.PNG differ diff --git a/14/umbraco-cms/fundamentals/data/images/Scheduled-publishing.PNG b/14/umbraco-cms/fundamentals/data/images/Scheduled-publishing.PNG index 05a67f193e4..2d459b614d5 100644 Binary files a/14/umbraco-cms/fundamentals/data/images/Scheduled-publishing.PNG and b/14/umbraco-cms/fundamentals/data/images/Scheduled-publishing.PNG differ diff --git a/14/umbraco-cms/fundamentals/data/images/addproperty.png b/14/umbraco-cms/fundamentals/data/images/addproperty.png new file mode 100644 index 00000000000..0fa9fd96537 Binary files /dev/null and b/14/umbraco-cms/fundamentals/data/images/addproperty.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/composition.png b/14/umbraco-cms/fundamentals/data/images/composition.png new file mode 100644 index 00000000000..9f82add0c8a Binary files /dev/null and b/14/umbraco-cms/fundamentals/data/images/composition.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/create-user-group.png b/14/umbraco-cms/fundamentals/data/images/create-user-group.png index b3fce8c8491..67e2004a8b6 100644 Binary files a/14/umbraco-cms/fundamentals/data/images/create-user-group.png and b/14/umbraco-cms/fundamentals/data/images/create-user-group.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/createGroup_new.png b/14/umbraco-cms/fundamentals/data/images/createGroup_new.png new file mode 100644 index 00000000000..25b40cc09d7 Binary files /dev/null and b/14/umbraco-cms/fundamentals/data/images/createGroup_new.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/createHomepage.png b/14/umbraco-cms/fundamentals/data/images/createHomepage.png new file mode 100644 index 00000000000..d02e29e9be1 Binary files /dev/null and b/14/umbraco-cms/fundamentals/data/images/createHomepage.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/default-permissions.png b/14/umbraco-cms/fundamentals/data/images/default-permissions.png index c73d03d388a..4caefbc30b9 100644 Binary files a/14/umbraco-cms/fundamentals/data/images/default-permissions.png and b/14/umbraco-cms/fundamentals/data/images/default-permissions.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/default-relation-types.png b/14/umbraco-cms/fundamentals/data/images/default-relation-types.png index b27b41a3423..d8e4fc4628f 100644 Binary files a/14/umbraco-cms/fundamentals/data/images/default-relation-types.png and b/14/umbraco-cms/fundamentals/data/images/default-relation-types.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/docTypeIcon.png b/14/umbraco-cms/fundamentals/data/images/docTypeIcon.png new file mode 100644 index 00000000000..9383f25f90e Binary files /dev/null and b/14/umbraco-cms/fundamentals/data/images/docTypeIcon.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/docTypePermissions.png b/14/umbraco-cms/fundamentals/data/images/docTypePermissions.png new file mode 100644 index 00000000000..03fcaca6107 Binary files /dev/null and b/14/umbraco-cms/fundamentals/data/images/docTypePermissions.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/homePage.png b/14/umbraco-cms/fundamentals/data/images/homePage.png new file mode 100644 index 00000000000..7c3e05f31d5 Binary files /dev/null and b/14/umbraco-cms/fundamentals/data/images/homePage.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/member-type-composition.PNG b/14/umbraco-cms/fundamentals/data/images/member-type-composition.PNG index 8a8fcd9bd30..ed681f1bc84 100644 Binary files a/14/umbraco-cms/fundamentals/data/images/member-type-composition.PNG and b/14/umbraco-cms/fundamentals/data/images/member-type-composition.PNG differ diff --git a/14/umbraco-cms/fundamentals/data/images/relation-types-tree.png b/14/umbraco-cms/fundamentals/data/images/relation-types-tree.png index 3c84d2a9c88..99f780d3cb6 100644 Binary files a/14/umbraco-cms/fundamentals/data/images/relation-types-tree.png and b/14/umbraco-cms/fundamentals/data/images/relation-types-tree.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/selectEditor.png b/14/umbraco-cms/fundamentals/data/images/selectEditor.png new file mode 100644 index 00000000000..92e375529fc Binary files /dev/null and b/14/umbraco-cms/fundamentals/data/images/selectEditor.png differ diff --git a/14/umbraco-cms/fundamentals/data/images/user-groups.png b/14/umbraco-cms/fundamentals/data/images/user-groups.png index 65718759dab..0bee87e6a5e 100644 Binary files a/14/umbraco-cms/fundamentals/data/images/user-groups.png and b/14/umbraco-cms/fundamentals/data/images/user-groups.png differ diff --git a/14/umbraco-cms/fundamentals/data/relations.md b/14/umbraco-cms/fundamentals/data/relations.md index 22ac9052350..2a454dd553c 100644 --- a/14/umbraco-cms/fundamentals/data/relations.md +++ b/14/umbraco-cms/fundamentals/data/relations.md @@ -36,11 +36,11 @@ To create and use Relations in your Umbraco Website, you need to define a 'Relat Navigate to the **Settings** section in the Umbraco backoffice and you'll find the **Relation Types** folder in the Settings tree. -![Relation Types Tree](../../../../10/umbraco-cms/fundamentals/data/images/relation-types-tree.png) +![Relation types tree](/14/umbraco-cms/fundamentals/data/images/relation-types-tree.png) -If you expand the Relation Type tree, you can see that Umbraco 'ships' with some default Relation Types. These are used by the Umbraco backoffice to help deliver some key backoffice functionality: +If you click on Relations in the tree, you can see that Umbraco 'ships' with some default Relation Types. These are used by the Umbraco backoffice to help deliver some key backoffice functionality: -![Default Relation Types](../../../../10/umbraco-cms/fundamentals/data/images/default-relation-types.png) +![alt text](/14/umbraco-cms/fundamentals/data/images/default-relation-types.png) For example, there is a Relation Type that tracks when Media is picked in Content to be able to provide the functionality of warning an editor if they try to delete a Media Item that it is 'in use'. There is a Relation Type, to help 'restore' deleted content back to the place it was deleted from in the Recycle Bin. diff --git a/14/umbraco-cms/fundamentals/data/scheduled-publishing.md b/14/umbraco-cms/fundamentals/data/scheduled-publishing.md index 627f8fc1763..beceea11e9a 100644 --- a/14/umbraco-cms/fundamentals/data/scheduled-publishing.md +++ b/14/umbraco-cms/fundamentals/data/scheduled-publishing.md @@ -14,7 +14,7 @@ You can find the options to do this click on the arrow next to the **Save and pu This will open a **Schedule Publishing** dialog where you can specify dates and time. -![Scheduled publishing](../../../../10/umbraco-cms/fundamentals/data/images/scheduled-publishing-8.png) +![Scheduled publishing](/14/umbraco-cms/fundamentals/data/images/scheduled-publishing.png) ## Timezones diff --git a/14/umbraco-cms/fundamentals/data/users.md b/14/umbraco-cms/fundamentals/data/users.md index c9641a42c0e..d32943099a5 100644 --- a/14/umbraco-cms/fundamentals/data/users.md +++ b/14/umbraco-cms/fundamentals/data/users.md @@ -46,13 +46,14 @@ You can also create your own custom User Groups and add properties and tabs as y Go to the **Users** section and select the **Groups** tab in the top-right corner. -![User Groups Tab](../../../../10/umbraco-cms/fundamentals/data/images/user-groups.png) +![User Groups Tab](/14/umbraco-cms/fundamentals/data/images/user-groups.png) Select **Create group** and you will be taken to the **User Group** editor. Here you can define and edit the User Group through custom settings and properties. ### User Group Parameters -![Create User Group](../../../../10/umbraco-cms/fundamentals/data/images/create-user-group.png) +![Create User Group](/14/umbraco-cms/fundamentals/data/images/create-user-group.png) + Shows basic information about the User Group and settings for custom properties. @@ -69,7 +70,7 @@ Depending on which User Group a user is added to, each user has a set of permiss The available user permissions are defined under **Default Permissions** in the User group. -![Default permissions](../../../../10/umbraco-cms/fundamentals/data/images/default-permissions.png) +![Default permissions](/14/umbraco-cms/fundamentals/data/images/default-permissions.png) ### Setting User Permissions diff --git a/14/umbraco-cms/fundamentals/design/images/language-fallback.png b/14/umbraco-cms/fundamentals/design/images/language-fallback.png index 5003c2585ec..bb48e169036 100644 Binary files a/14/umbraco-cms/fundamentals/design/images/language-fallback.png and b/14/umbraco-cms/fundamentals/design/images/language-fallback.png differ diff --git a/14/umbraco-cms/fundamentals/design/partial-views.md b/14/umbraco-cms/fundamentals/design/partial-views.md index ffd51527b0b..bfdcd9dbf46 100644 --- a/14/umbraco-cms/fundamentals/design/partial-views.md +++ b/14/umbraco-cms/fundamentals/design/partial-views.md @@ -10,7 +10,7 @@ A Partial View (`.cshtml` file) is a regular view that can be used multiple time You can create and edit partial views in the **Partial Views** folder from the **Settings** section of the Backoffice. -![Creating a new partial view](../../../../10/umbraco-cms/fundamentals/design/images/creating-partial-view.png) +![Creating a new partial view](/14/umbraco-cms/fundamentals/design/templates/images/create-partial.png) In the **Create** menu, there are three options available: diff --git a/14/umbraco-cms/fundamentals/design/rendering-content.md b/14/umbraco-cms/fundamentals/design/rendering-content.md index a9663813a3c..4b5f8cdc29c 100644 --- a/14/umbraco-cms/fundamentals/design/rendering-content.md +++ b/14/umbraco-cms/fundamentals/design/rendering-content.md @@ -79,7 +79,7 @@ To use the `fallback` type, add the `@using Umbraco.Cms.Core.Models.PublishedCon * Each language can optionally be provided with a fall-back language, that will be used when content is not populated for the language requested and the appropriate overload parameters are provided. * It is possible to chain these language fall-backs, so requesting content for Portuguese, could fall-back to Spanish and then on to English. - ![Configuring fall-back languages](../../../../10/umbraco-cms/fundamentals/design/images/language-fallback.png) + ![Configuring fall-back languages](images/language-fallback.png) ## Query content diff --git a/14/umbraco-cms/fundamentals/design/templates/README.md b/14/umbraco-cms/fundamentals/design/templates/README.md index d25cfe4b849..0c0d4e7baf9 100644 --- a/14/umbraco-cms/fundamentals/design/templates/README.md +++ b/14/umbraco-cms/fundamentals/design/templates/README.md @@ -12,13 +12,13 @@ By default, all document types should have a template attached - but in case you Open the **Settings** section inside the Umbraco backoffice and right-click the **Templates** folder. Choose **Create**. Enter a template name and click the **Save** button. You will now see the default template markup in the backoffice template editor. -![Created template](../../../../../10/umbraco-cms/fundamentals/design/templates/images/create-template-v8.png) +![Created template](images/create-template.png) ## Allowing a Template on a Document Type To use a template on a document, you must first allow it on the content's type. Open the Document Type you want to use the template, go to the Templates tab and select the template under the **Allowed Templates** section. -![Allowing template](../../../../../10/umbraco-cms/fundamentals/design/templates/images/allow-template-v8.png) +![Allowing template](images/allow-template.png) ## Inheriting a Master Template @@ -40,7 +40,7 @@ A template can inherit content from a master template by using the ASP.NET views We then create a new template called **textpage** and in the template editor, click on the **Master Template** button and set its master template to the template called **MasterView**: -![Inherit template](../../../../../10/umbraco-cms/fundamentals/design/templates/images/inherit-template-v8.png) +![Inherit template](images/inherit-template.png) This changes the `Layout`value in the template markup, so **textpage** looks like this: @@ -123,7 +123,7 @@ Another way to reuse HTML is to use partial views - which are small reusable vie Like templates, create a partial view, by right-clicking **Partial Views** and selecting **Create**. You can then either create an empty partial view or create a partial view from a snippet. -![Create partial](../../../../../10/umbraco-cms/fundamentals/design/templates/images/create-partial-v8.png) +![Create partial](images/create-partial.png) The created partial view can now be injected into any template by using the `@Html.Partial()` method like so: diff --git a/14/umbraco-cms/fundamentals/design/templates/images/allow-template.png b/14/umbraco-cms/fundamentals/design/templates/images/allow-template.png index 779d2e9405a..d35ea803f7b 100644 Binary files a/14/umbraco-cms/fundamentals/design/templates/images/allow-template.png and b/14/umbraco-cms/fundamentals/design/templates/images/allow-template.png differ diff --git a/14/umbraco-cms/fundamentals/design/templates/images/create-partial.png b/14/umbraco-cms/fundamentals/design/templates/images/create-partial.png index cebe05214a2..f2db936d658 100644 Binary files a/14/umbraco-cms/fundamentals/design/templates/images/create-partial.png and b/14/umbraco-cms/fundamentals/design/templates/images/create-partial.png differ diff --git a/14/umbraco-cms/fundamentals/design/templates/images/create-template.png b/14/umbraco-cms/fundamentals/design/templates/images/create-template.png index cb5fa5dfe79..7a4805ff22a 100644 Binary files a/14/umbraco-cms/fundamentals/design/templates/images/create-template.png and b/14/umbraco-cms/fundamentals/design/templates/images/create-template.png differ diff --git a/14/umbraco-cms/fundamentals/design/templates/images/inherit-template.png b/14/umbraco-cms/fundamentals/design/templates/images/inherit-template.png index 8b6ae7749b8..1ebcecc4986 100644 Binary files a/14/umbraco-cms/fundamentals/design/templates/images/inherit-template.png and b/14/umbraco-cms/fundamentals/design/templates/images/inherit-template.png differ