Skip to content

Commit b3bb0d1

Browse files
stevepiercypbauer
authored andcommitted
Add HTML metadata.
Add TODOs. Add periods.
1 parent 0638ab6 commit b3bb0d1

File tree

7 files changed

+67
-32
lines changed

7 files changed

+67
-32
lines changed

docs/backend/behaviors.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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)=
@@ -13,5 +13,10 @@ myst:
1313

1414

1515
```{seealso}
16-
See the chapter {ref}`training:behaviors1-label` from the Mastering Plone 6 Training
16+
See the chapter {ref}`training:behaviors1-label` from the Mastering Plone 6 Training.
1717
```
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: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +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

1414
```{seealso}
15-
See the chapter {ref}`training:dexterity1-label` from the Mastering Plone 6 Training
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).
1621
```
1722

1823
```{todo}
1924
Describe how to add a content type (Python/XML) including FTI settings.
20-
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.
2126
```

docs/backend/control-panels.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,10 @@ To manually register a view as a control panel, add the following registration t
4545
```
4646

4747
```{seealso}
48-
See the chapter {ref}`training:controlpanel-label` from the Mastering Plone 6 Training
48+
See the chapter {ref}`training:controlpanel-label` from the Mastering Plone 6 Training.
4949
```
50+
51+
```{todo}
52+
Contribute to this documentation!
53+
See issue [Backend > Control Panels needs content](https://github.com/plone/documentation/issues/1304).
54+
```

docs/backend/fields.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
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

1414
```{seealso}
15-
See the chapter {ref}`training:dexterity-reference-label` from the Mastering Plone 6 Training
15+
See the chapter {ref}`training:dexterity-reference-label` from the Mastering Plone 6 Training.
16+
```
17+
18+
```{todo}
19+
Contribute to this documentation!
20+
See issue [Backend > Fields needs content](https://github.com/plone/documentation/issues/1305).
1621
```
1722

1823
(backend-fields-schema-label)=

docs/backend/vocabularies.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
---
22
myst:
33
html_meta:
4-
"description": ""
5-
"property=og:description": ""
6-
"property=og:title": ""
7-
"keywords": ""
4+
"description": "Vocabularies are often used for select fields. They allow editing through the user interface or can be updated dynamically."
5+
"property=og:description": "Vocabularies are often used for select fields. They allow editing through the user interface or can be updated dynamically."
6+
"property=og:title": "Vocabularies"
7+
"keywords": "Vocabularies, schema, select"
88
---
99

1010
(backend-vocabularies-label)=
1111

1212
# Vocabularies
1313

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

docs/backend/widgets.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
---
22
myst:
33
html_meta:
4-
"description": ""
5-
"property=og:description": ""
6-
"property=og:title": ""
7-
"keywords": ""
4+
"description": "Widgets render HTML inputs in a form."
5+
"property=og:description": "Widgets render HTML inputs in a form."
6+
"property=og:title": "Widgets"
7+
"keywords": "Widgets"
88
---
99

1010
(backend-widgets-label)=
1111

1212
# Widgets
1313

1414
```{seealso}
15-
See the chapter {ref}`training:dexterity-reference-label` from the Mastering Plone 6 Training
15+
See the chapter {ref}`training:dexterity-reference-label` from the Mastering Plone 6 Training.
16+
```
17+
18+
```{todo}
19+
Contribute to this documentation!
20+
See issue [Backend > Widgets needs content](https://github.com/plone/documentation/issues/1307).
1621
```
1722

1823
(backend-widgets-autoform-label)=

docs/backend/workflows.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
---
22
myst:
33
html_meta:
4-
"description": ""
5-
"property=og:description": ""
6-
"property=og:title": ""
7-
"keywords": ""
4+
"description": "Workflows are used in Plone to keep track of metadata, chiefly an object's state, create content review cycles and model other types of processes, and to manage object security."
5+
"property=og:description": "Workflows are used in Plone to keep track of metadata, chiefly an object's state, create content review cycles and model other types of processes, and to manage object security."
6+
"property=og:title": "Workflows"
7+
"keywords": "Workflows"
88
---
99

1010
(backend-workflows-label)=
1111

1212
# Workflows
1313

1414
```{seealso}
15-
See the training {ref}`training:workflow-label`
15+
See the training {ref}`training:workflow-label`.
1616
```
17+
18+
```{todo}
19+
Contribute to this documentation!
20+
See issue [Backend > Workflows needs content](https://github.com/plone/documentation/issues/1308).
21+
```

0 commit comments

Comments
 (0)