File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
docs/backend/content-types Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments