@paroicms/playground_demo2 0.76.1 → 0.76.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 +13 -0
- package/package.json +2 -2
- package/theme/templates/home.liquid +3 -5
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @paroicms/playground_seoul
|
|
2
2
|
|
|
3
|
+
## 0.76.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cdc6b7b: Fixed login screen and improved UI
|
|
8
|
+
|
|
9
|
+
## 0.76.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [cf79dbb]
|
|
14
|
+
- @paroicms/tiptap-editor-plugin@1.2.2
|
|
15
|
+
|
|
3
16
|
## 0.76.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/playground_demo2",
|
|
3
|
-
"version": "0.76.
|
|
3
|
+
"version": "0.76.3",
|
|
4
4
|
"description": "Demonstration website for ParoiCMS",
|
|
5
5
|
"author": "Paroi Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@paroicms/list-field-plugin": "0.28.11",
|
|
29
29
|
"@paroicms/mcp-plugin": "0.2.5",
|
|
30
30
|
"@paroicms/public-menu-plugin": "0.19.14",
|
|
31
|
-
"@paroicms/tiptap-editor-plugin": "1.2.
|
|
31
|
+
"@paroicms/tiptap-editor-plugin": "1.2.2",
|
|
32
32
|
"@paroicms/quill-editor-plugin": "1.47.1",
|
|
33
33
|
"@paroicms/script-lib": "0.3.13",
|
|
34
34
|
"@paroicms/platform-video-plugin": "0.37.12",
|
|
@@ -209,11 +209,9 @@
|
|
|
209
209
|
<section class="Container">
|
|
210
210
|
<h1>Test Video</h1>
|
|
211
211
|
{% if doc.field.video %}
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
{{ doc.field.video | info }}
|
|
216
|
-
</div>
|
|
212
|
+
Video featured
|
|
213
|
+
{{ doc.field.video | platformVideo }}
|
|
214
|
+
{{ doc.field.video | info }}
|
|
217
215
|
{% endif %}
|
|
218
216
|
</section>
|
|
219
217
|
</main>
|