Skip to content

Commit 92deb9f

Browse files
committed
BUGFIX: Placeholder for focus keyword not shown
Resolves: #93
1 parent cc1bb1a commit 92deb9f

File tree

3 files changed

+8
-28
lines changed

3 files changed

+8
-28
lines changed

Configuration/NodeTypes.Mixin.SEO.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
inlineEditable: true
1111
reloadIfChanged: true
1212
inspector:
13+
editor: Neos.Neos/Inspector/Editors/TextFieldEditor
1314
editorOptions:
1415
placeholder: i18n
1516
group: yoast

Resources/Private/Translations/de/NodeTypes/Mixin/SEO.xlf

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,14 @@
66
<source>Focus keyphrase</source>
77
<target>Fokus-Schlüsselphrase</target>
88
</trans-unit>
9+
<trans-unit id="properties.focusKeyword.textFieldEditor.placeholder">
10+
<source>Focus keyphrase for this page</source>
11+
<target>Fokus-Schlüsselphrase für diese Seite</target>
12+
</trans-unit>
913
<trans-unit id="properties.isCornerstone">
1014
<source>is Cornerstone</source>
1115
<target>ist Hauptdokument</target>
1216
</trans-unit>
13-
<trans-unit id="properties.title.aloha.placeholder">
14-
<source>Enter the title for this page</source>
15-
<target>Geben Sie den Titel für diese Seite ein</target>
16-
</trans-unit>
17-
<trans-unit id="properties.titleOverride.aloha.placeholder">
18-
<source>Enter the optional title override for this page</source>
19-
<target>Überscheiben Sie optional den Titel für diese Seite</target>
20-
</trans-unit>
21-
<trans-unit id="properties.metaDescription.aloha.placeholder">
22-
<source>Enter the meta description for this page</source>
23-
<target>Geben Sie die Metabeschreibung für diese Seite ein</target>
24-
</trans-unit>
25-
<trans-unit id="properties.focusKeyword.aloha.placeholder">
26-
<source>Enter the main keyword for this page</source>
27-
<target>Geben Sie das wichtigste Schlüsselwort für diese Seite ein</target>
28-
</trans-unit>
2917
</body>
3018
</file>
3119
</xliff>

Resources/Private/Translations/en/NodeTypes/Mixin/SEO.xlf

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,12 @@
55
<trans-unit id="properties.focusKeyword">
66
<source>Focus keyphrase</source>
77
</trans-unit>
8+
<trans-unit id="properties.focusKeyword.textFieldEditor.placeholder">
9+
<source>Focus keyphrase for this page</source>
10+
</trans-unit>
811
<trans-unit id="properties.isCornerstone">
912
<source>is Cornerstone</source>
1013
</trans-unit>
11-
<trans-unit id="properties.title.aloha.placeholder">
12-
<source>Enter the title for this page</source>
13-
</trans-unit>
14-
<trans-unit id="properties.titleOverride.aloha.placeholder">
15-
<source>Enter the optional title override for this page</source>
16-
</trans-unit>
17-
<trans-unit id="properties.metaDescription.aloha.placeholder">
18-
<source>Enter the meta description for this page</source>
19-
</trans-unit>
20-
<trans-unit id="properties.focusKeyword.aloha.placeholder">
21-
<source>Enter the main keyword for this page</source>
22-
</trans-unit>
2314
</body>
2415
</file>
2516
</xliff>

0 commit comments

Comments
 (0)