Skip to content

Commit 7c0b787

Browse files
committed
update todos
1 parent 389407b commit 7c0b787

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/backend/content-types/index.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)