Skip to content

Commit 5b9868d

Browse files
authored
Merge pull request plone#1290 from plone/relations
2 parents 28c55f0 + 63b521e commit 5b9868d

14 files changed

+731
-25
lines changed

docs/_static/inspect-relations.png

127 KB
Loading

docs/_static/relation_select.png

63.5 KB
Loading
96.1 KB
Loading
54.8 KB
Loading
17.2 KB
Loading

docs/backend/behaviors.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
---
22
myst:
33
html_meta:
4-
"description": ""
5-
"property=og:description": ""
6-
"property=og:title": ""
7-
"keywords": ""
4+
"description": "Behaviors are re-usable bundles of functionality that can be enabled or disabled on a per-content type basis."
5+
"property=og:description": "Behaviors are re-usable bundles of functionality that can be enabled or disabled on a per-content type basis."
6+
"property=og:title": "Behaviors"
7+
"keywords": "Behaviors"
88
---
99

1010
(backend-behaviors-label)=
1111

1212
# Behaviors
1313

14+
15+
```{seealso}
16+
See the chapter {ref}`training:behaviors1-label` from the Mastering Plone 6 Training.
17+
```
18+
19+
```{todo}
20+
Contribute to this documentation!
21+
See issue [Backend > Behaviors needs content](https://github.com/plone/documentation/issues/1302).
22+
```

docs/backend/content-types.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
---
22
myst:
33
html_meta:
4-
"description": ""
5-
"property=og:description": ""
6-
"property=og:title": ""
7-
"keywords": ""
4+
"description": "A content type is a kind of object that can store information and is editable by users."
5+
"property=og:description": "A content type is a kind of object that can store information and is editable by users."
6+
"property=og:title": "Content Types"
7+
"keywords": "Content Types"
88
---
99

1010
(backend-content-types-label)=
1111

1212
# Content Types
1313

14+
```{seealso}
15+
See the chapter {ref}`training:dexterity1-label` from the Mastering Plone 6 Training.
16+
```
17+
18+
```{todo}
19+
Contribute to this documentation!
20+
See issue [Backend > Content Types needs content](https://github.com/plone/documentation/issues/1303).
21+
```
1422

1523
```{todo}
1624
Describe how to add a content type (Python/XML) including FTI settings.
17-
Fields, Widgets, Vocabularies aso are descripted in detail in there own chapter and will be referenced frome examples here.
25+
Fields, Widgets, Vocabularies aso are descripted in detail in their own chapter and will be referenced frome examples here.
1826
```

docs/backend/control-panels.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,13 @@ To manually register a view as a control panel, add the following registration t
4242
<permission>Manage portal</permission>
4343
</configlet>
4444
</object>
45+
```
46+
47+
```{seealso}
48+
See the chapter {ref}`training:controlpanel-label` from the Mastering Plone 6 Training.
49+
```
50+
51+
```{todo}
52+
Contribute to this documentation!
53+
See issue [Backend > Control Panels needs content](https://github.com/plone/documentation/issues/1304).
4554
```

docs/backend/fields.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
---
22
myst:
33
html_meta:
4-
"description": ""
5-
"property=og:description": ""
6-
"property=og:title": ""
7-
"keywords": ""
4+
"description": "Fields are objects that have properties and types, and comprise a schema."
5+
"property=og:description": "Fields are objects that have properties and types, and comprise a schema."
6+
"property=og:title": "Fields"
7+
"keywords": "Fields, schema, autoform, supermodel, XML"
88
---
99

1010
(backend-fields-label)=
1111

1212
# Fields
1313

14+
```{seealso}
15+
See the chapter {ref}`training:dexterity-reference-label` from the Mastering Plone 6 Training.
16+
```
1417

18+
```{todo}
19+
Contribute to this documentation!
20+
See issue [Backend > Fields needs content](https://github.com/plone/documentation/issues/1305).
21+
```
1522

1623
(backend-fields-schema-label)=
1724

docs/backend/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ behaviors
2323
annotations
2424
vocabularies
2525
fields
26+
relations
2627
widgets
2728
global-utils
2829
portal-actions

0 commit comments

Comments
 (0)