Skip to content

Commit 381f7ca

Browse files
jonat123gitbook-bot
authored andcommitted
GITBOOK-262: Fixed image.
1 parent 32ed96d commit 381f7ca

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed
91.3 KB
Loading
55.2 KB
Loading
-35 KB
Loading
Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# Default Document Types
1+
---
2+
description: >-
3+
On this page, you will find the default Document Types in Umbraco. If you want
4+
to use these document types, you can create them in the Settings section.
5+
---
26

3-
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.
7+
# Default Document Types
48

5-
![Create Document Type](/14/umbraco-cms/fundamentals/data/images/CreateDoctype.png)
9+
![Create Document Type](../images/CreateDoctype.png)
610

7-
## Document type
11+
## Document Type
812

913
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.
1014

@@ -16,9 +20,9 @@ Creating document types with templates allows you to define both the content str
1620

1721
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.
1822

19-
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.
23+
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** in the **Settings** tab.
2024

21-
![Element type](/14/umbraco-cms/fundamentals/data/images/element-type.png)
25+
<figure><img src="../../../.gitbook/assets/image.png" alt="Element type"><figcaption><p>Element type</p></figcaption></figure>
2226

2327
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.
2428

@@ -32,10 +36,10 @@ Compositions provide a way to create reusable sets of properties that can be add
3236

3337
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.
3438

35-
![Create group](/14/umbraco-cms/fundamentals/data/images/createGroup_new.png)
36-
{% hint style="warning" %}
39+
![Create group](../images/createGroup\_new.png)
3740

38-
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`.
41+
{% hint style="warning" %}
42+
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`.
3943

40-
![Composition](/14/umbraco-cms/fundamentals/data/images/composition.png)
44+
<img src="../images/composition.png" alt="Composition" data-size="original">
4145
{% endhint %}

14/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ Otherwise, it will cause an error on the front end.
10051005

10061006
Remove `u.UseInstallerEndpoints();` from the `program.cs` file to avoid issues when running the project
10071007

1008-
<img src="../../../../.gitbook/assets/image.png" alt="" data-size="original">
1008+
<img src="../../../../.gitbook/assets/image (34).png" alt="" data-size="original">
10091009

10101010
**Update code using Angular JS**
10111011

0 commit comments

Comments
 (0)