Skip to content

Commit b0115ad

Browse files
committed
Minor style guide improvements
1 parent 7cc438d commit b0115ad

File tree

1 file changed

+9
-9
lines changed
  • docs/backend/content-types

1 file changed

+9
-9
lines changed

docs/backend/content-types/fti.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
myst:
33
html_meta:
4-
"description": "A content type is an object that can store information and is editable by users."
5-
"property=og:description": "A content type is an object that can store information and is editable by users."
4+
"description": "Factory type information (FTI) is responsible for content creation in portals in Plone."
5+
"property=og:description": "Factory type information (FTI) is responsible for content creation in portals in Plone."
66
"property=og:title": "Factory Type Information (FTI)"
7-
"keywords": "Content Types,FTI"
7+
"keywords": "Content Types, FTI"
88
---
99

1010
(backend-content-types-fti-label)=
@@ -22,7 +22,7 @@ For example, this adds the standard Plone page (`Document`) content type:
2222
</object>
2323
```
2424

25-
Then, add a file to the `types` directory with the same name.
25+
Then add a file to the `types` directory with the same name.
2626
In this example, the file is `types/Document.xml` and contains this XML:
2727

2828
```xml
@@ -139,21 +139,21 @@ The XML sets a number of FTI properties that are used globally, in both Classic
139139
: Defines additional {doc}`actions </backend/portal-actions>` which are available for this content type.
140140

141141
`add_permission`
142-
: Id of the permission controlling whether the current user has permission to add this content type.
142+
: ID of the permission controling whether the current user has permission to add this content type.
143143

144144
`allow_discussion`
145145
: Boolean.
146146
Controls whether Plone's commenting system is enabled by default for this content type.
147147

148148
`allowed_content_types`
149149
: List of content types which can be added inside this one.
150-
Only used if `filter_content_types` is True.
150+
Only used if `filter_content_types` is `True`.
151151

152152
`behaviors`
153153
: List of {doc}`behaviors </backend/behaviors>` enabled for this content type.
154154

155155
`description`
156-
: Short description displayed in the UI.
156+
: Short description displayed in the user interface.
157157

158158
`factory`
159159
: Name of the factory adapter used to create new instances of the content type.
@@ -187,7 +187,7 @@ The XML sets a number of FTI properties that are used globally, in both Classic
187187
`schema` is the most commonly used.
188188

189189
`title`
190-
: The name of the content type displayed in the UI.
190+
: The name of the content type displayed in the user interface.
191191

192192

193193
(classic-ui-only-fti-properties-label)=
@@ -218,4 +218,4 @@ The following FTI properties are used only in Classic UI:
218218
: Name of the view alias to display after a new item is added.
219219

220220
`view_methods`
221-
: List of views which can be selected to display this content type.
221+
: List of views which can be selected to display this content type.

0 commit comments

Comments
 (0)