Skip to content

Commit 389407b

Browse files
committed
newlines
1 parent fcab33b commit 389407b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/backend/content-types/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ The XML sets a number of FTI properties:
157157
: Id of the permission controlling whether the current user has permission to add this content type.
158158

159159
`allow_discussion`
160-
: Boolean. Controls whether Plone's commenting system is enabled for this content type.
160+
: Boolean.
161+
Controls whether Plone's commenting system is enabled for this content type.
161162

162163
`allowed_content_types`
163164
: List of content types which can be added inside this one.
@@ -174,7 +175,8 @@ The XML sets a number of FTI properties:
174175
Usually the same as the content type name.
175176

176177
`filter_content_types`
177-
: Boolean. Controls which content types can be added inside this one.
178+
: Boolean.
179+
Controls which content types can be added inside this one.
178180
If `True`, allow only the types listed in `allowed_content_types`.
179181
If `False`, allow any content type that the user has permission to add.
180182

0 commit comments

Comments
 (0)