File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
docs/backend/content-types Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ In this example, the file is `types/Document.xml` and contains this XML:
6464 <property name =" allow_discussion" >False</property >
6565 <property name =" factory" >Document</property >
6666 <property name =" icon_expr" >string:contenttype/document</property >
67- <property name =" link_target" />
6867
6968 <!-- Hierarchy control -->
7069 <property name =" allowed_content_types" />
@@ -216,8 +215,8 @@ The following FTI properties are only used in the Classic UI:
216215: Name of the default view used to display this content type.
217216
218217` default_view_fallback `
219- : ```{todo} add definition of ` default_view_fallback ` .
220- ```
218+ : Boolean .
219+ If ` True ` , the ` default_view ` will be used if the assigned view is not found.
221220
222221` icon_expr `
223222: TALES expression returning the name of one of the registered icons.
@@ -226,9 +225,5 @@ The following FTI properties are only used in the Classic UI:
226225` immediate_view `
227226: Name of the view alias to display after a new item is added.
228227
229- ` link_target `
230- : ```{todo} add definition of ` link_target ` .
231- ```
232-
233228` view_methods `
234229: List of views which can be selected to display this content type.
You can’t perform that action at this time.
0 commit comments