File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ Add the section `machine-translate` to your blueprint to get the interface to tr
70
70
71
71
``` yaml
72
72
sections :
73
- machineTranslate:
74
- type: machine-translate
73
+ machineTranslate :
74
+ type : machine-translate
75
75
` ` `
76
76
77
77
<img width="542" alt="Bildschirmfoto 2023-07-27 um 13 09 57" src="https://github.com/tobiasfabian/machine-translation/assets/1524319/58897afa-af3a-4359-82ec-c8df12a37ad1">
@@ -80,11 +80,11 @@ After the page is translated an object field `machineTranslated` with `date` and
80
80
81
81
` ` ` yaml
82
82
sections:
83
- fields:
84
- type: fields
85
- fields:
86
- machineTranslated:
87
- extends: fields/machineTranslated
83
+ fields:
84
+ type: fields
85
+ fields:
86
+ machineTranslated:
87
+ extends: fields/machineTranslated
88
88
` ` `
89
89
90
90
# ## API endpoint
You can’t perform that action at this time.
0 commit comments