Skip to content

Commit 2986dc5

Browse files
Sofie Toft Kristensengitbook-bot
authored andcommitted
GITBOOK-260: No subject
1 parent e453f3d commit 2986dc5

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

14/umbraco-cms/customizing/property-editors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Use Property Actions to add additional functionaility to your custom property ed
3434

3535
Learn how to build your own Block Editors.
3636

37-
## [Tracking References](tracking.md)
37+
## [Tracking References](broken-reference)
3838

3939
Learn how to extend Property editors to track entity references inside the property editor.
4040

14/umbraco-cms/fundamentals/data/data-types/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To view the Data Type reference, go to the **Settings** section and expand the *
5555

5656
This gives you an overview of the Types that currently use the Data Type.
5757

58-
Learn more about viewing references or implementing tracking in the [Tracking References](../../../customizing/property-editors/tracking.md) article.
58+
Learn more about viewing references or implementing tracking in the [Tracking References](broken-reference) article.
5959

6060
### More information
6161

14/umbraco-cms/tutorials/creating-an-xml-site-map.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ In this first step of the tutorial, we will be creating a new Document Type for
5454
2. Create a new **Document Type with Template** under the Document Types folder.
5555
3. Name the new Document Type **XmlSiteMap**.
5656
4. Add a TextString property called **Excluded Document Types** (alias: `excludedDocumentType`).
57-
5. Save the XmlSiteMap Document Type.
57+
5. Save the XmlSiteMap Document Type.
5858

5959
![View of the properties defined on the finished XmlSiteMap Document Type](images/create-sitemap-doctype.png)
6060
6. Open the Document Type used at the root of your website (Example: **HomePage**).
6161
7. Go to the **Structure** tab.
6262
8. Add the new XmlSiteMap under **Allowed child node types**.
63-
9. Save the *HomePage* Document Type.
63+
9. Save the _HomePage_ Document Type.
6464
10. Navigate to the **Content** section.
6565
11. Create a new XmlSiteMap page as a subpage to the root/home page in your Content tree.
6666
12. Use the alias to add the XmlSiteMap Document Type to the "Excluded Document Type" list: `xmlSiteMap`.
@@ -83,6 +83,17 @@ Create and configure the Document Type Composition by following these steps:
8383
3. Name the new Document Type **XmlSiteMapSettings**.
8484
4. Add the following properties: a. Slider named **Search Engine Relative Priority** (searchEngineRelativePriority): MinValue: 0.1, MaxValue: 1, Step Increments 0.1, InitialValue 0.5. b. Dropdown named **Search Engine Change Frequency** (searchEngineChangeFrequency): Always, hourly, daily, weekly, monthly, yearly, and never. c. Toggle named **Hide From Xml Sitemap** (hideFromXmlSitemap).
8585

86+
{% hint style="warning" %}
87+
Umbraco 14 currently does not allow you to use decimals when configuring the Slider property.
88+
89+
Suggested replacements for the **Search Engine Relative Priority** property configuration:
90+
91+
* MinValue: 1
92+
* MaxValue: 10
93+
* Step increments: 1
94+
* InitialValue: 5
95+
{% endhint %}
96+
8697
![Create XMLSitempaSettings Configuration](images/create-sitemap-settings-composition-v14.png)
8798

8899
## 3. Add composition to all relevant Document Types
58.5 KB
Loading

0 commit comments

Comments
 (0)