-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathconfig.xml
More file actions
68 lines (58 loc) · 2.92 KB
/
config.xml
File metadata and controls
68 lines (58 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/platform/master/src/Core/System/SystemConfig/Schema/config.xsd">
<card>
<title>CMS page blog detail assignment</title>
<title lang="de-DE">CMS Seite Detail Ansicht zuweisen</title>
<component name="sw-entity-single-select">
<name>cmsBlogDetailPage</name>
<entity>cms_page</entity>
<title>Choose a CMS page for the blog detail page</title>
<title lang="de-DE">Wähle eine CMS Seite für die Blog Detail Ansicht aus</title>
</component>
</card>
<card>
<title>SEO Meta Configuration</title>
<title lang="de-DE">SEO Metakonfiguration</title>
<input-field type="text">
<name>blogUrlPrefix</name>
<label>Blog URL prefix (e.g., "blog", "news", "beauty-blog")</label>
<label lang="de-DE">Blog URL Präfix (z. B. "blog", "news", "beauty-blog")</label>
<defaultValue>blog</defaultValue>
<helpText>The prefix used in blog detail URLs. Change this to customize your blog URLs (e.g., from "blog/my-post" to "beauty-blog/my-post"). After changing this value, the SEO URLs will be regenerated automatically.</helpText>
<helpText lang="de-DE">Das Präfix für Blog-Detail-URLs. Ändern Sie dies, um Ihre Blog-URLs anzupassen (z. B. von "blog/mein-beitrag" zu "beauty-blog/mein-beitrag"). Nach der Änderung werden die SEO-URLs automatisch neu generiert.</helpText>
</input-field>
<input-field type="int">
<name>maximumMetaTitleCharacter</name>
<label>Maximum meta title characters</label>
<label lang="de-DE">Maximale Zeichen des Meta Titels</label>
<defaultValue>60</defaultValue>
</input-field>
<input-field type="int">
<name>maximumMetaDescriptionCharacter</name>
<label>Maximum meta description characters</label>
<label lang="de-DE">Maximale Zeichen der Meta Beschreibung</label>
<defaultValue>160</defaultValue>
</input-field>
</card>
<card>
<title>Article box configuration</title>
<title lang="de-DE">Artikel Box Konfiguration</title>
<input-field type="bool">
<name>showAuthor</name>
<label>Show author</label>
<label lang="de-DE">Autor anzeigen</label>
<defaultValue>1</defaultValue>
</input-field>
</card>
<card>
<title>Search box configuration</title>
<title lang="de-DE">Suche Box Konfiguration</title>
<input-field type="bool">
<name>enableSearchBox</name>
<label>Show Search Box</label>
<label lang="de-DE">Anzeigen Suche Box</label>
<defaultValue>1</defaultValue>
</input-field>
</card>
</config>