Skip to content

Commit c8be9cf

Browse files
authored
Present tense and other text fixes
1 parent ead5679 commit c8be9cf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/administration/content_organization/content_types.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Each content type is characterized by a set of metadata which define the general
3232

3333
**Identifier** –
3434
an identifier for internal use in configuration files, templates, PHP code, etc.
35-
It must be unique, can only contain lowercase letters, digits and underscores;
36-
the maximum length is 50 characters. (Mandatory.)
35+
It must be unique, can only contain lowercase letters, digits, and underscores.
36+
The maximum length is 50 characters. (Mandatory.)
3737

3838
**Description** –
3939
a detailed description of the content type. (Optional.)
@@ -43,7 +43,7 @@ a detailed description of the content type. (Optional.)
4343
a pattern that defines what name a new content item based on this content type gets.
4444
The pattern usually consists of Field identifiers that tell the system which Fields it should use when generating the name of a content item.
4545
Each Field identifier has to be surrounded with angle brackets.
46-
Text outside the angle brackets will be included literally.
46+
Text outside the angle brackets is included literally.
4747
If no pattern is provided, the system will automatically use the first Field. (Optional.)
4848

4949
??? note "Pattern examples"
@@ -86,10 +86,10 @@ If no pattern is provided, the system will automatically use the first Field. (O
8686

8787

8888
**URL alias name pattern** –
89-
a pattern which controls how the virtual URLs of the Locations will be generated when content items are created based on this content type.
90-
Note that only the last part of the virtual URL is affected. The pattern works in the same way as the Content name pattern.
91-
Text outside the angle brackets will be converted using the selected method of URL transformation.
92-
If no pattern is provided, the system will automatically use the name of the content item itself. (Optional.)
89+
a pattern which controls how the virtual URLs of the Locations is generated when content items are created based on this content type.
90+
Only the last part of the virtual URL is affected. The pattern works in the same way as the Content name pattern.
91+
Text is converted using the selected method of URL transformation.
92+
If no pattern is provided, the system automatically uses the name of the content item itself. (Optional.)
9393

9494
!!! tip "Changing URL alias and Content name patterns"
9595

@@ -112,7 +112,7 @@ a flag which indicates if content items based on this content type are allowed t
112112
**Sort children by default by** –
113113
rule for sorting sub-items.
114114
If the instances of this content type can serve as containers,
115-
their children will be sorted according to what is selected here.
115+
their children are sorted according to what is selected here.
116116

117117
**Sort children by default in order** –
118118
another rule for sorting sub-items.

0 commit comments

Comments
 (0)