From 47701f88bd2efd0584a5d6ee56ed2f1e8d7afbc9 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:21:39 +0200 Subject: [PATCH 01/12] docs: describe default document types in more detail - move around the sections to match that of the top-most screenshot - describe compositions in more detail detailing how you need to create the document types first (unlike v13 where there was a "Composition" option) - fixed Vale issues --- .../default-document-types.md | 34 ++++++++++-------- .../default-document-types.md | 36 ++++++++++--------- 2 files changed, 39 insertions(+), 31 deletions(-) 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 342111563a1..7a291235644 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,21 +2,35 @@ 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) +![Create Document Type](/14/umbraco-cms/fundamentals/data/images/CreateDoctype.png) + +## Document type + +Creating a Document Type (without a template) is about defining the content structure and fields that can be used across different content items. You might use document types without templates for creating consistent, structured content that doesn't require a predefined page layout. For example blog posts or product listings. ## Document type with template Creating document types with templates allows you to define both the content structure and the visual presentation of a particular type of content item. It ensures a consistent and cohesive look and feel across your website while also enabling structured content management. This approach helps separate content from design, making it easier to manage and update your website's content and appearance independently through templates. -## Document type +## Element Type -Creating a Document Type (without a template) is about defining the content structure and fields that can be used across different content items. You might use document types without templates for creating consistent, structured content that doesn't require a predefined page layout. For example blog posts or product listings. +An Element Type is a Document Type without a template containing schema configurations for repeating a set of properties. These are for defining schema in the Block List Editor, Block Grid Editor, or other Element Type based editors. + +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. + +## Folder + +A Folder is a special type of Document Type that can be used to organize content in the Content tree. Folders can contain other content items, such as other folders or content nodes. They are useful for organizing content in a logical hierarchy, making it easier to manage and navigate your website's content. They cannot be used to create content that is displayed on the front end of your website. ## Compositions -Compositions provide a way to create reusable sets of properties that can be added to one or more document types. This can help simplify the management and consistency of content types across your website. +Compositions provide a way to create reusable sets of properties that can be added to one or more Document Types. This can help simplify the management and consistency of content types across your website. Compositions can be used to define common properties that are shared across multiple Document Types, such as metadata fields or social media links. -When using a mixed setup, you can take advantage of nesting and use compositions by clicking on "**Compositions**..." option. +To get started with compositions, you will first have to create the needed Document Types as described above. Later you can take advantage of nesting and use compositions by clicking on "**Compositions**..." option on the Document Type editor. Here you will be able to select the Document Types you want to use as compositions for the current Document Type. The fields of the selected compositions will hereafter be available on the current Document Type. ![Create group](/14/umbraco-cms/fundamentals/data/images/createGroup_new.png) {% hint style="warning" %} @@ -25,13 +39,3 @@ If you create 2 compositions that contain some common properties it is only poss ![Composition](/14/umbraco-cms/fundamentals/data/images/composition.png) {% endhint %} - -## Element Type - -An Element Type is a Document Type without a template containing schema configurations for repeating a set of properties. These are for defining schema in the Block List Editor, Block Grid Editor, or other Element Type based editors. - -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/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md index 342111563a1..3da15c135cf 100644 --- a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md +++ b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md @@ -2,36 +2,40 @@ 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) +![Create Document Type](/15/umbraco-cms/fundamentals/data/images/CreateDoctype.png) + +## Document type + +Creating a Document Type (without a template) is about defining the content structure and fields that can be used across different content items. You might use document types without templates for creating consistent, structured content that doesn't require a predefined page layout. For example blog posts or product listings. ## Document type with template Creating document types with templates allows you to define both the content structure and the visual presentation of a particular type of content item. It ensures a consistent and cohesive look and feel across your website while also enabling structured content management. This approach helps separate content from design, making it easier to manage and update your website's content and appearance independently through templates. -## Document type +## Element Type -Creating a Document Type (without a template) is about defining the content structure and fields that can be used across different content items. You might use document types without templates for creating consistent, structured content that doesn't require a predefined page layout. For example blog posts or product listings. +An Element Type is a Document Type without a template containing schema configurations for repeating a set of properties. These are for defining schema in the Block List Editor, Block Grid Editor, or other Element Type based editors. -## Compositions +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. -Compositions provide a way to create reusable sets of properties that can be added to one or more document types. This can help simplify the management and consistency of content types across your website. +![Element type](/15/umbraco-cms/fundamentals/data/images/element-type.png) -When using a mixed setup, you can take advantage of nesting and use compositions by clicking on "**Compositions**..." option. +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. -![Create group](/14/umbraco-cms/fundamentals/data/images/createGroup_new.png) -{% hint style="warning" %} +## Folder -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`. +A Folder is a special type of Document Type that can be used to organize content in the Content tree. Folders can contain other content items, such as other folders or content nodes. They are useful for organizing content in a logical hierarchy, making it easier to manage and navigate your website's content. They cannot be used to create content that is displayed on the front end of your website. -![Composition](/14/umbraco-cms/fundamentals/data/images/composition.png) -{% endhint %} +## Compositions -## Element Type +Compositions provide a way to create reusable sets of properties that can be added to one or more Document Types. This can help simplify the management and consistency of content types across your website. Compositions can be used to define common properties that are shared across multiple Document Types, such as metadata fields or social media links. -An Element Type is a Document Type without a template containing schema configurations for repeating a set of properties. These are for defining schema in the Block List Editor, Block Grid Editor, or other Element Type based editors. +To get started with compositions, you will first have to create the needed Document Types as described above. Later you can take advantage of nesting and use compositions by clicking on "**Compositions**..." option on the Document Type editor. Here you will be able to select the Document Types you want to use as compositions for the current Document Type. The fields of the selected compositions will hereafter be available on the current Document Type. -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. +![Create group](/15/umbraco-cms/fundamentals/data/images/createGroup_new.png) +{% hint style="warning" %} -![Element type](/14/umbraco-cms/fundamentals/data/images/element-type.png) +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`. -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. +![Composition](/15/umbraco-cms/fundamentals/data/images/composition.png) +{% endhint %} From 13bb425bb56a9825e3f4947d1ac19dcd285d85e7 Mon Sep 17 00:00:00 2001 From: jonat123 <54025331+jonat123@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:13:05 +0200 Subject: [PATCH 02/12] Update 14/umbraco-cms/fundamentals/data/defining-content/default-document-types.md --- .../data/defining-content/default-document-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7a291235644..8c273e3ef19 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 @@ -6,7 +6,7 @@ On this page, you will find the default Document Types in Umbraco. If you want t ## Document type -Creating a Document Type (without a template) is about defining the content structure and fields that can be used across different content items. You might use document types without templates for creating consistent, structured content that doesn't require a predefined page layout. For example blog posts or product listings. +Creating a Document Type (without a template) defines the content structure and fields that can be used across different content items. You might use document types without templates to create consistent, structured content that doesn't require a predefined page layout. For example blog posts or product listings. ## Document type with template From 8eeb3a5352ec73b5dee71182c6ffc61530bea1b2 Mon Sep 17 00:00:00 2001 From: jonat123 <54025331+jonat123@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:13:12 +0200 Subject: [PATCH 03/12] Update 14/umbraco-cms/fundamentals/data/defining-content/default-document-types.md --- .../data/defining-content/default-document-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8c273e3ef19..6ea658162fb 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 @@ -14,7 +14,7 @@ Creating document types with templates allows you to define both the content str ## Element Type -An Element Type is a Document Type without a template containing schema configurations for repeating a set of properties. These are for defining schema in the Block List Editor, Block Grid Editor, or other Element Type based editors. +An Element Type is a Document Type without a template containing schema configurations for repeating a set of properties. These are for defining schema in the Block List Editor, Block Grid Editor, or other Element Type-based editors. 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. From 4cdb2fabcd08239212cf429a445fe29ce35eba7e Mon Sep 17 00:00:00 2001 From: jonat123 <54025331+jonat123@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:13:19 +0200 Subject: [PATCH 04/12] Update 14/umbraco-cms/fundamentals/data/defining-content/default-document-types.md --- .../data/defining-content/default-document-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6ea658162fb..bec8fdf21c0 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 @@ -24,7 +24,7 @@ Element Types are created using the same workflow as regular Document Types but ## Folder -A Folder is a special type of Document Type that can be used to organize content in the Content tree. Folders can contain other content items, such as other folders or content nodes. They are useful for organizing content in a logical hierarchy, making it easier to manage and navigate your website's content. They cannot be used to create content that is displayed on the front end of your website. +Folders are a special type of Document Type that can be used to organize content in the Content tree. Folders can contain other content items, such as other folders or content nodes. They are useful for organizing content in a logical hierarchy, making it easier to manage and navigate your website's content. They cannot be used to create content displayed on the front end of your website. ## Compositions From b7d3475ae647b35cb49f5a661f2ba3a2fd8d44e9 Mon Sep 17 00:00:00 2001 From: jonat123 <54025331+jonat123@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:13:24 +0200 Subject: [PATCH 05/12] Update 14/umbraco-cms/fundamentals/data/defining-content/default-document-types.md --- .../data/defining-content/default-document-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 bec8fdf21c0..3ce64f50f70 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 @@ -28,7 +28,7 @@ Folders are a special type of Document Type that can be used to organize content ## Compositions -Compositions provide a way to create reusable sets of properties that can be added to one or more Document Types. This can help simplify the management and consistency of content types across your website. Compositions can be used to define common properties that are shared across multiple Document Types, such as metadata fields or social media links. +Compositions provide a way to create reusable sets of properties that can be added to one or more Document Types. This can help simplify the management and consistency of content types across your website. Compositions can be used to define common properties shared across multiple Document Types, such as metadata fields or social media links. To get started with compositions, you will first have to create the needed Document Types as described above. Later you can take advantage of nesting and use compositions by clicking on "**Compositions**..." option on the Document Type editor. Here you will be able to select the Document Types you want to use as compositions for the current Document Type. The fields of the selected compositions will hereafter be available on the current Document Type. From 924c04aa291dddeb912e82bc0240da8a10b8b868 Mon Sep 17 00:00:00 2001 From: jonat123 <54025331+jonat123@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:13:32 +0200 Subject: [PATCH 06/12] Update 14/umbraco-cms/fundamentals/data/defining-content/default-document-types.md --- .../data/defining-content/default-document-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3ce64f50f70..61ed98a85bf 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 @@ -30,7 +30,7 @@ Folders are a special type of Document Type that can be used to organize content Compositions provide a way to create reusable sets of properties that can be added to one or more Document Types. This can help simplify the management and consistency of content types across your website. Compositions can be used to define common properties shared across multiple Document Types, such as metadata fields or social media links. -To get started with compositions, you will first have to create the needed Document Types as described above. Later you can take advantage of nesting and use compositions by clicking on "**Compositions**..." option on the Document Type editor. Here you will be able to select the Document Types you want to use as compositions for the current Document Type. The fields of the selected compositions will hereafter be available on the current Document Type. +To get started with compositions, you have to create the needed Document Types as described above. Later you can take advantage of nesting and use compositions by clicking on "**Compositions**..." option on the Document Type editor. Here you will be able to select the Document Types you want to use as compositions for the current Document Type. The fields of the selected compositions will then be available on the current Document Type. ![Create group](/14/umbraco-cms/fundamentals/data/images/createGroup_new.png) {% hint style="warning" %} From e030706156c705b0aa46d3667b64576ba3b11855 Mon Sep 17 00:00:00 2001 From: jonat123 <54025331+jonat123@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:13:49 +0200 Subject: [PATCH 07/12] Update 15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md --- .../data/defining-content/default-document-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md index 3da15c135cf..fccb86629ee 100644 --- a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md +++ b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md @@ -6,7 +6,7 @@ On this page, you will find the default Document Types in Umbraco. If you want t ## Document type -Creating a Document Type (without a template) is about defining the content structure and fields that can be used across different content items. You might use document types without templates for creating consistent, structured content that doesn't require a predefined page layout. For example blog posts or product listings. +Creating a Document Type (without a template) defines the content structure and fields that can be used across different content items. You might use document types without templates to create consistent, structured content that doesn't require a predefined page layout. For example blog posts or product listings. ## Document type with template From 45edbffe706abdc412f07479ca56a16c2f9d2205 Mon Sep 17 00:00:00 2001 From: jonat123 <54025331+jonat123@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:13:54 +0200 Subject: [PATCH 08/12] Update 15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md --- .../data/defining-content/default-document-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md index fccb86629ee..bef93981f4e 100644 --- a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md +++ b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md @@ -14,7 +14,7 @@ Creating document types with templates allows you to define both the content str ## Element Type -An Element Type is a Document Type without a template containing schema configurations for repeating a set of properties. These are for defining schema in the Block List Editor, Block Grid Editor, or other Element Type based editors. +An Element Type is a Document Type without a template containing schema configurations for repeating a set of properties. These are for defining schema in the Block List Editor, Block Grid Editor, or other Element Type-based editors. 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. From 889ceb580f8b02704fe516d17a833a95890e51b3 Mon Sep 17 00:00:00 2001 From: jonat123 <54025331+jonat123@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:14:00 +0200 Subject: [PATCH 09/12] Update 15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md --- .../data/defining-content/default-document-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md index bef93981f4e..acccb29c86f 100644 --- a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md +++ b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md @@ -16,7 +16,7 @@ Creating document types with templates allows you to define both the content str An Element Type is a Document Type without a template containing schema configurations for repeating a set of properties. These are for defining schema in the Block List Editor, Block Grid Editor, or other Element Type-based editors. -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 Types cannot be used to create content 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](/15/umbraco-cms/fundamentals/data/images/element-type.png) From 4d68739449259b4d58a3c6f5f256e59f4d9390ce Mon Sep 17 00:00:00 2001 From: jonat123 <54025331+jonat123@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:14:10 +0200 Subject: [PATCH 10/12] Update 15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md --- .../data/defining-content/default-document-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md index acccb29c86f..7c401a0d15b 100644 --- a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md +++ b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md @@ -24,7 +24,7 @@ Element Types are created using the same workflow as regular Document Types but ## Folder -A Folder is a special type of Document Type that can be used to organize content in the Content tree. Folders can contain other content items, such as other folders or content nodes. They are useful for organizing content in a logical hierarchy, making it easier to manage and navigate your website's content. They cannot be used to create content that is displayed on the front end of your website. +Folders are a special type of Document Type that can be used to organize content in the Content tree. Folders can contain other content items, such as other folders or content nodes. They are useful for organizing content in a logical hierarchy, making it easier to manage and navigate your website's content. They cannot be used to create content displayed on the front end of your website. ## Compositions From 8f3ef9735e6ff140134d8047897f8b98e05df192 Mon Sep 17 00:00:00 2001 From: jonat123 <54025331+jonat123@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:14:16 +0200 Subject: [PATCH 11/12] Update 15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md --- .../data/defining-content/default-document-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md index 7c401a0d15b..c484b3468ea 100644 --- a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md +++ b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md @@ -28,7 +28,7 @@ Folders are a special type of Document Type that can be used to organize content ## Compositions -Compositions provide a way to create reusable sets of properties that can be added to one or more Document Types. This can help simplify the management and consistency of content types across your website. Compositions can be used to define common properties that are shared across multiple Document Types, such as metadata fields or social media links. +Compositions provide a way to create reusable sets of properties that can be added to one or more Document Types. This can help simplify the management and consistency of content types across your website. Compositions can be used to define common properties shared across multiple Document Types, such as metadata fields or social media links. To get started with compositions, you will first have to create the needed Document Types as described above. Later you can take advantage of nesting and use compositions by clicking on "**Compositions**..." option on the Document Type editor. Here you will be able to select the Document Types you want to use as compositions for the current Document Type. The fields of the selected compositions will hereafter be available on the current Document Type. From 2f5b3bf9e8c3bd6f3cbdbddeb358b4a5afc563e2 Mon Sep 17 00:00:00 2001 From: jonat123 <54025331+jonat123@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:14:22 +0200 Subject: [PATCH 12/12] Update 15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md --- .../data/defining-content/default-document-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md index c484b3468ea..83ad32a78d6 100644 --- a/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md +++ b/15/umbraco-cms/fundamentals/data/defining-content/default-document-types.md @@ -35,7 +35,7 @@ To get started with compositions, you will first have to create the needed Docum ![Create group](/15/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`. +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 check marking the `Hide unavailable options`. ![Composition](/15/umbraco-cms/fundamentals/data/images/composition.png) {% endhint %}