Skip to content

Commit 8a1ab56

Browse files
Apply suggestions from code review
Co-authored-by: Steve Piercy <[email protected]>
1 parent a5647c3 commit 8a1ab56

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/backend/content-types/index.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@ The `name` attribute on the root element in the XML must match the name in the f
147147

148148
Set the `i18n:domain` to the i18n domain which includes translations for this content type. This is usually the same as the name of the Python package which contains the content type.
149149

150-
The XML sets a number of FTI properties:
150+
151+
(global-fti-properties-label)=
152+
153+
### Global FTI properties
154+
155+
The XML sets a number of FTI properties that are used globally, in both Classic UI and Volto:
151156

152157
`action` elements
153158
: Defines additional {doc}`actions </backend/portal-actions>` which are available for this content type.
@@ -204,10 +209,15 @@ The XML sets a number of FTI properties:
204209
: The name of the content type displayed in the UI.
205210

206211

207-
The following FTI properties are only used in the Classic UI:
212+
213+
(classic-ui-only-fti-properties-label)=
214+
215+
### Classic UI only FTI properties
216+
217+
The following FTI properties are used only in Classic UI:
208218

209219
`add_view_expr`
210-
: {term}`TALES` expression returning the URL for the form to add a new item of this content type.
220+
: {term}`TALES` expression returning the URL for the form to add a new item of this content type.
211221

212222
`alias` elements
213223
: Controls a mapping from URL to views.

0 commit comments

Comments
 (0)