@paroicms/playground_demo2 0.78.1 → 0.78.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +32 -0
- package/package.json +12 -12
- package/site-schema.json +23 -0
- package/site-schema.l10n.de.json +14 -0
- package/site-schema.l10n.en.json +14 -0
- package/site-schema.l10n.es.json +14 -0
- package/site-schema.l10n.fr.json +14 -0
- package/site-schema.l10n.it.json +14 -0
- package/site-schema.l10n.pt.json +14 -0
- package/theme/templates/about-page.liquid +9 -0
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @paroicms/playground_seoul
|
|
2
2
|
|
|
3
|
+
## 0.78.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @paroicms/script-lib@0.3.21
|
|
8
|
+
- @paroicms/contact-form-plugin@0.33.21
|
|
9
|
+
- @paroicms/content-loading-plugin@0.27.24
|
|
10
|
+
- @paroicms/internal-link-plugin@0.23.19
|
|
11
|
+
- @paroicms/list-field-plugin@0.28.19
|
|
12
|
+
- @paroicms/mcp-plugin@0.3.4
|
|
13
|
+
- @paroicms/platform-video-plugin@0.37.20
|
|
14
|
+
- @paroicms/public-menu-plugin@0.19.24
|
|
15
|
+
- @paroicms/quill-editor-plugin@1.47.10
|
|
16
|
+
- @paroicms/tiptap-editor-plugin@1.2.11
|
|
17
|
+
- @paroicms/zoom-plugin@0.2.19
|
|
18
|
+
|
|
19
|
+
## 0.78.2
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- @paroicms/contact-form-plugin@0.33.20
|
|
24
|
+
- @paroicms/content-loading-plugin@0.27.23
|
|
25
|
+
- @paroicms/internal-link-plugin@0.23.18
|
|
26
|
+
- @paroicms/list-field-plugin@0.28.18
|
|
27
|
+
- @paroicms/mcp-plugin@0.3.3
|
|
28
|
+
- @paroicms/platform-video-plugin@0.37.19
|
|
29
|
+
- @paroicms/public-menu-plugin@0.19.23
|
|
30
|
+
- @paroicms/quill-editor-plugin@1.47.9
|
|
31
|
+
- @paroicms/tiptap-editor-plugin@1.2.10
|
|
32
|
+
- @paroicms/zoom-plugin@0.2.18
|
|
33
|
+
- @paroicms/script-lib@0.3.20
|
|
34
|
+
|
|
3
35
|
## 0.78.1
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/playground_demo2",
|
|
3
|
-
"version": "0.78.
|
|
3
|
+
"version": "0.78.3",
|
|
4
4
|
"description": "Demonstration website for ParoiCMS",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
"_pino-pretty": "pino-pretty -U false -x 'stats:25' -X 'stats:grey' -t 'yyyy-mm-dd HH:MM:ss.l' -i 'hostname,pid,fqdn'"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@paroicms/contact-form-plugin": "0.33.
|
|
26
|
-
"@paroicms/content-loading-plugin": "0.27.
|
|
27
|
-
"@paroicms/internal-link-plugin": "0.23.
|
|
28
|
-
"@paroicms/list-field-plugin": "0.28.
|
|
29
|
-
"@paroicms/mcp-plugin": "0.3.
|
|
30
|
-
"@paroicms/public-menu-plugin": "0.19.
|
|
31
|
-
"@paroicms/tiptap-editor-plugin": "1.2.
|
|
32
|
-
"@paroicms/quill-editor-plugin": "1.47.
|
|
33
|
-
"@paroicms/script-lib": "0.3.
|
|
34
|
-
"@paroicms/platform-video-plugin": "0.37.
|
|
35
|
-
"@paroicms/zoom-plugin": "0.2.
|
|
25
|
+
"@paroicms/contact-form-plugin": "0.33.21",
|
|
26
|
+
"@paroicms/content-loading-plugin": "0.27.24",
|
|
27
|
+
"@paroicms/internal-link-plugin": "0.23.19",
|
|
28
|
+
"@paroicms/list-field-plugin": "0.28.19",
|
|
29
|
+
"@paroicms/mcp-plugin": "0.3.4",
|
|
30
|
+
"@paroicms/public-menu-plugin": "0.19.24",
|
|
31
|
+
"@paroicms/tiptap-editor-plugin": "1.2.11",
|
|
32
|
+
"@paroicms/quill-editor-plugin": "1.47.10",
|
|
33
|
+
"@paroicms/script-lib": "0.3.21",
|
|
34
|
+
"@paroicms/platform-video-plugin": "0.37.20",
|
|
35
|
+
"@paroicms/zoom-plugin": "0.2.19"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"concurrently": "~9.2.1",
|
package/site-schema.json
CHANGED
|
@@ -130,6 +130,24 @@
|
|
|
130
130
|
"kind": "part",
|
|
131
131
|
"fields": ["title", "htmlContent[@paroicms/tiptap-editor-plugin]"]
|
|
132
132
|
},
|
|
133
|
+
{
|
|
134
|
+
"typeName": "seoOverride",
|
|
135
|
+
"kind": "part",
|
|
136
|
+
"fields": [
|
|
137
|
+
{
|
|
138
|
+
"name": "metaTitle",
|
|
139
|
+
"localized": true,
|
|
140
|
+
"storedAs": "varchar",
|
|
141
|
+
"dataType": "string"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "metaDescription",
|
|
145
|
+
"localized": true,
|
|
146
|
+
"storedAs": "varchar",
|
|
147
|
+
"dataType": "string"
|
|
148
|
+
}
|
|
149
|
+
]
|
|
150
|
+
},
|
|
133
151
|
{
|
|
134
152
|
"typeName": "exhibition",
|
|
135
153
|
"kind": "document",
|
|
@@ -305,6 +323,11 @@
|
|
|
305
323
|
"localized": true,
|
|
306
324
|
"storedAs": "varchar",
|
|
307
325
|
"dataType": "date"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "seo",
|
|
329
|
+
"storedAs": "partField",
|
|
330
|
+
"partType": "seoOverride"
|
|
308
331
|
}
|
|
309
332
|
]
|
|
310
333
|
},
|
package/site-schema.l10n.de.json
CHANGED
|
@@ -86,6 +86,20 @@
|
|
|
86
86
|
},
|
|
87
87
|
"testDate": {
|
|
88
88
|
"label": "Aktualisierungsdatum (Test)"
|
|
89
|
+
},
|
|
90
|
+
"seo": {
|
|
91
|
+
"label": "SEO"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"seoOverride": {
|
|
96
|
+
"label": "SEO-Überschreibung",
|
|
97
|
+
"fields": {
|
|
98
|
+
"metaTitle": {
|
|
99
|
+
"label": "Meta-Titel"
|
|
100
|
+
},
|
|
101
|
+
"metaDescription": {
|
|
102
|
+
"label": "Meta-Beschreibung"
|
|
89
103
|
}
|
|
90
104
|
}
|
|
91
105
|
},
|
package/site-schema.l10n.en.json
CHANGED
|
@@ -86,6 +86,20 @@
|
|
|
86
86
|
},
|
|
87
87
|
"testDate": {
|
|
88
88
|
"label": "Update date (Test)"
|
|
89
|
+
},
|
|
90
|
+
"seo": {
|
|
91
|
+
"label": "SEO"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"seoOverride": {
|
|
96
|
+
"label": "SEO Override",
|
|
97
|
+
"fields": {
|
|
98
|
+
"metaTitle": {
|
|
99
|
+
"label": "Meta title"
|
|
100
|
+
},
|
|
101
|
+
"metaDescription": {
|
|
102
|
+
"label": "Meta description"
|
|
89
103
|
}
|
|
90
104
|
}
|
|
91
105
|
},
|
package/site-schema.l10n.es.json
CHANGED
|
@@ -86,6 +86,20 @@
|
|
|
86
86
|
},
|
|
87
87
|
"testDate": {
|
|
88
88
|
"label": "Fecha de actualización (Prueba)"
|
|
89
|
+
},
|
|
90
|
+
"seo": {
|
|
91
|
+
"label": "SEO"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"seoOverride": {
|
|
96
|
+
"label": "Anulación SEO",
|
|
97
|
+
"fields": {
|
|
98
|
+
"metaTitle": {
|
|
99
|
+
"label": "Título meta"
|
|
100
|
+
},
|
|
101
|
+
"metaDescription": {
|
|
102
|
+
"label": "Descripción meta"
|
|
89
103
|
}
|
|
90
104
|
}
|
|
91
105
|
},
|
package/site-schema.l10n.fr.json
CHANGED
|
@@ -86,6 +86,20 @@
|
|
|
86
86
|
},
|
|
87
87
|
"testDate": {
|
|
88
88
|
"label": "Date de mise à jour (Test)"
|
|
89
|
+
},
|
|
90
|
+
"seo": {
|
|
91
|
+
"label": "SEO"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"seoOverride": {
|
|
96
|
+
"label": "Surcharge SEO",
|
|
97
|
+
"fields": {
|
|
98
|
+
"metaTitle": {
|
|
99
|
+
"label": "Titre meta"
|
|
100
|
+
},
|
|
101
|
+
"metaDescription": {
|
|
102
|
+
"label": "Description meta"
|
|
89
103
|
}
|
|
90
104
|
}
|
|
91
105
|
},
|
package/site-schema.l10n.it.json
CHANGED
|
@@ -86,6 +86,20 @@
|
|
|
86
86
|
},
|
|
87
87
|
"testDate": {
|
|
88
88
|
"label": "Data di aggiornamento (Test)"
|
|
89
|
+
},
|
|
90
|
+
"seo": {
|
|
91
|
+
"label": "SEO"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"seoOverride": {
|
|
96
|
+
"label": "Sovrascrittura SEO",
|
|
97
|
+
"fields": {
|
|
98
|
+
"metaTitle": {
|
|
99
|
+
"label": "Titolo meta"
|
|
100
|
+
},
|
|
101
|
+
"metaDescription": {
|
|
102
|
+
"label": "Descrizione meta"
|
|
89
103
|
}
|
|
90
104
|
}
|
|
91
105
|
},
|
package/site-schema.l10n.pt.json
CHANGED
|
@@ -86,6 +86,20 @@
|
|
|
86
86
|
},
|
|
87
87
|
"testDate": {
|
|
88
88
|
"label": "Data de atualização (Teste)"
|
|
89
|
+
},
|
|
90
|
+
"seo": {
|
|
91
|
+
"label": "SEO"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"seoOverride": {
|
|
96
|
+
"label": "Substituição SEO",
|
|
97
|
+
"fields": {
|
|
98
|
+
"metaTitle": {
|
|
99
|
+
"label": "Título meta"
|
|
100
|
+
},
|
|
101
|
+
"metaDescription": {
|
|
102
|
+
"label": "Descrição meta"
|
|
89
103
|
}
|
|
90
104
|
}
|
|
91
105
|
},
|
|
@@ -56,5 +56,14 @@
|
|
|
56
56
|
<span>{{ doc.field.testTime }}</span>
|
|
57
57
|
</div>
|
|
58
58
|
</section>
|
|
59
|
+
{% if doc.field.seo %}
|
|
60
|
+
<section class="Container">
|
|
61
|
+
<h2>SEO Override</h2>
|
|
62
|
+
<ul>
|
|
63
|
+
<li><strong>Meta Title:</strong> {{ doc.field.seo.field.metaTitle }}</li>
|
|
64
|
+
<li><strong>Meta Description:</strong> {{ doc.field.seo.field.metaDescription }}</li>
|
|
65
|
+
</ul>
|
|
66
|
+
</section>
|
|
67
|
+
{% endif %}
|
|
59
68
|
</main>
|
|
60
69
|
{% endblock %}
|