@paroicms/playground_demo2 0.70.0 → 0.70.2

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.
@@ -1,12 +1,12 @@
1
1
 
2
- > @paroicms/playground_demo2@0.70.0 build
2
+ > @paroicms/playground_demo2@0.70.2 build
3
3
  > npm run scss
4
4
 
5
5
 
6
- > @paroicms/playground_demo2@0.70.0 scss
6
+ > @paroicms/playground_demo2@0.70.2 scss
7
7
  > npm run _scss -- --no-source-map --style=compressed
8
8
 
9
9
 
10
- > @paroicms/playground_demo2@0.70.0 _scss
10
+ > @paroicms/playground_demo2@0.70.2 _scss
11
11
  > sass theme/assets/scss/index.scss theme/assets/css/index.css --no-source-map --style=compressed
12
12
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @paroicms/playground_seoul
2
2
 
3
+ ## 0.70.2
4
+
5
+ ### Patch Changes
6
+
7
+ - a9fdcb3: Added reordering to the list of fields
8
+ - Updated dependencies [a9fdcb3]
9
+ - @paroicms/list-field-plugin@0.27.0
10
+
11
+ ## 0.70.1
12
+
13
+ ### Patch Changes
14
+
15
+ - d8036cb: Fixed part display HTML fields in Admin-UI
16
+ - @paroicms/script-lib@0.3.1
17
+ - @paroicms/contact-form-plugin@0.33.1
18
+ - @paroicms/content-loading-plugin@0.27.1
19
+ - @paroicms/internal-link-plugin@0.22.1
20
+ - @paroicms/list-field-plugin@0.26.1
21
+ - @paroicms/public-menu-plugin@0.19.1
22
+ - @paroicms/quill-editor-plugin@1.42.1
23
+ - @paroicms/video-plugin@0.36.1
24
+
3
25
  ## 0.70.0
4
26
 
5
27
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/playground_demo2",
3
- "version": "0.70.0",
3
+ "version": "0.70.2",
4
4
  "description": "Demonstration website for ParoiCMS",
5
5
  "author": "Paroi Team",
6
6
  "license": "MIT",
@@ -24,14 +24,14 @@
24
24
  "_pino-pretty": "pino-pretty -U false -x 'stats:25' -X 'stats:grey' -t 'yyyy-mm-dd HH:MM:ss.l' -i 'hostname,pid,fqdn'"
25
25
  },
26
26
  "dependencies": {
27
- "@paroicms/contact-form-plugin": "0.33.0",
28
- "@paroicms/content-loading-plugin": "0.27.0",
29
- "@paroicms/internal-link-plugin": "0.22.0",
30
- "@paroicms/list-field-plugin": "0.26.0",
31
- "@paroicms/public-menu-plugin": "0.19.0",
32
- "@paroicms/quill-editor-plugin": "1.42.0",
33
- "@paroicms/script-lib": "0.3.0",
34
- "@paroicms/video-plugin": "0.36.0"
27
+ "@paroicms/contact-form-plugin": "0.33.1",
28
+ "@paroicms/content-loading-plugin": "0.27.1",
29
+ "@paroicms/internal-link-plugin": "0.22.1",
30
+ "@paroicms/list-field-plugin": "0.27.0",
31
+ "@paroicms/public-menu-plugin": "0.19.1",
32
+ "@paroicms/quill-editor-plugin": "1.42.1",
33
+ "@paroicms/script-lib": "0.3.1",
34
+ "@paroicms/video-plugin": "0.36.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "concurrently": "~9.1.2",
package/site-schema.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "nodeTypes": [
26
26
  {
27
27
  "kind": "site",
28
- "fields": ["logo", "slogan", "phone"]
28
+ "fields": ["logo", "slogan", "phone", "phones"]
29
29
  },
30
30
  {
31
31
  "typeName": "home",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  {
54
54
  "listName": "sections",
55
- "parts": ["partner", "sideImage"],
55
+ "parts": ["partner", "sideImage", "bookPage"],
56
56
  "sorting": "manual"
57
57
  }
58
58
  ],
@@ -105,6 +105,11 @@
105
105
  "sorting": "manual"
106
106
  }
107
107
  },
108
+ {
109
+ "typeName": "bookPage",
110
+ "kind": "part",
111
+ "fields": ["title", "htmlContent"]
112
+ },
108
113
  {
109
114
  "typeName": "exhibition",
110
115
  "kind": "document",