You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/backend/content-types/index.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,12 @@ The `name` attribute on the root element in the XML must match the name in the f
147
147
148
148
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.
149
149
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:
151
156
152
157
`action` elements
153
158
: 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:
204
209
: The name of the content type displayed in the UI.
205
210
206
211
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:
208
218
209
219
`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.
0 commit comments