@paroicms/playground_demo2 0.61.2 → 0.62.0

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.61.2 build
2
+ > @paroicms/playground_demo2@0.62.0 build
3
3
  > npm run scss
4
4
 
5
5
 
6
- > @paroicms/playground_demo2@0.61.2 scss
6
+ > @paroicms/playground_demo2@0.62.0 scss
7
7
  > npm run _scss -- --no-source-map --style=compressed
8
8
 
9
9
 
10
- > @paroicms/playground_demo2@0.61.2 _scss
10
+ > @paroicms/playground_demo2@0.62.0 _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,29 @@
1
1
  # @paroicms/playground_seoul
2
2
 
3
+ ## 0.62.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0d21eb5: Rename "back-office" to "admin-ui" (refactoring)
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [0d21eb5]
12
+ - @paroicms/content-loading-plugin@0.20.0
13
+ - @paroicms/internal-link-plugin@0.15.0
14
+ - @paroicms/contact-form-plugin@0.26.0
15
+ - @paroicms/quill-editor-plugin@1.35.0
16
+ - @paroicms/public-menu-plugin@0.14.0
17
+ - @paroicms/list-field-plugin@0.19.0
18
+ - @paroicms/video-plugin@0.30.0
19
+
20
+ ## 0.61.3
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [4abe813]
25
+ - @paroicms/public-menu-plugin@0.13.2
26
+
3
27
  ## 0.61.2
4
28
 
5
29
  ### Patch Changes
@@ -340,7 +364,7 @@
340
364
 
341
365
  ### Minor Changes
342
366
 
343
- - d5f5142: Improve main sidebar in back-office
367
+ - d5f5142: Improve main sidebar in admin-ui
344
368
 
345
369
  ### Patch Changes
346
370
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/playground_demo2",
3
- "version": "0.61.2",
3
+ "version": "0.62.0",
4
4
  "description": "Demonstration website for ParoiCMS",
5
5
  "author": "Paroi Team",
6
6
  "license": "MIT",
@@ -23,13 +23,13 @@
23
23
  "_pino-pretty": "pino-pretty -U false -x 'stats:25' -X 'stats:grey' -t 'yyyy-mm-dd HH:MM:ss.l' -i 'hostname,pid,fqdn'"
24
24
  },
25
25
  "dependencies": {
26
- "@paroicms/contact-form-plugin": "0.25.0",
27
- "@paroicms/content-loading-plugin": "0.19.0",
28
- "@paroicms/internal-link-plugin": "0.14.1",
29
- "@paroicms/list-field-plugin": "0.18.2",
30
- "@paroicms/public-menu-plugin": "0.13.1",
31
- "@paroicms/quill-editor-plugin": "1.34.0",
32
- "@paroicms/video-plugin": "0.29.3"
26
+ "@paroicms/contact-form-plugin": "0.26.0",
27
+ "@paroicms/content-loading-plugin": "0.20.0",
28
+ "@paroicms/internal-link-plugin": "0.15.0",
29
+ "@paroicms/list-field-plugin": "0.19.0",
30
+ "@paroicms/public-menu-plugin": "0.14.0",
31
+ "@paroicms/quill-editor-plugin": "1.35.0",
32
+ "@paroicms/video-plugin": "0.30.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "concurrently": "~9.1.2",
package/site-schema.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "version": "8",
2
+ "ParoiCMSSiteSchemaFormatVersion": "9",
3
3
  "languages": ["fr", "en"],
4
4
  "plugins": [
5
5
  {
6
6
  "name": "@paroicms/quill-editor-plugin",
7
7
  "configuration": {
8
- "backOffice": {
8
+ "adminUi": {
9
9
  "code": true
10
10
  }
11
11
  }
@@ -18,7 +18,7 @@
18
18
  "@paroicms/video-plugin"
19
19
  ],
20
20
  "configuration": {
21
- "backOffice": {
21
+ "adminUi": {
22
22
  "enableMetaKeywords": true
23
23
  }
24
24
  },
@@ -57,7 +57,7 @@
57
57
  }
58
58
  ],
59
59
  "routingChildren": ["pages", "posts", "aboutPage", "contactPage", "searchPage", "exhibition"],
60
- "backOffice": {
60
+ "adminUi": {
61
61
  "defaultTab": "edit"
62
62
  }
63
63
  },
@@ -223,7 +223,7 @@
223
223
  "withFeaturedImage": true,
224
224
  "regularChildren": ["tag"],
225
225
  "regularChildrenSorting": "title asc",
226
- "backOffice": {
226
+ "adminUi": {
227
227
  "menuPlacement": "popup"
228
228
  }
229
229
  },