@paroicms/server 1.110.8 → 1.110.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/server",
3
- "version": "1.110.8",
3
+ "version": "1.110.10",
4
4
  "description": "The ParoiCMS server",
5
5
  "keywords": [
6
6
  "cms",
@@ -38,16 +38,16 @@
38
38
  "dependencies": {
39
39
  "@apollo/server": "~5.1.0",
40
40
  "@as-integrations/express5": "~1.1.2",
41
- "@paroicms/admin-ui": "1.86.7",
41
+ "@paroicms/admin-ui": "1.86.8",
42
42
  "@paroicms/internal-anywhere-lib": "1.35.8",
43
- "@paroicms/internal-server-lib": "1.22.10",
44
- "@paroicms/playground_demo1": "0.65.10",
43
+ "@paroicms/internal-server-lib": "1.22.11",
44
+ "@paroicms/playground_demo1": "0.65.11",
45
45
  "@paroicms/public-anywhere-lib": "0.38.3",
46
- "@paroicms/public-server-lib": "0.48.5",
46
+ "@paroicms/public-server-lib": "0.48.6",
47
47
  "@paroicms/script-lib": "0.3.8",
48
- "@paroicms/server-database-media-storage": "1.24.10",
49
- "@paroicms/server-image-cache-engine": "1.29.10",
50
- "@paroicms/server-text-cache-system": "1.21.10",
48
+ "@paroicms/server-database-media-storage": "1.24.11",
49
+ "@paroicms/server-image-cache-engine": "1.29.11",
50
+ "@paroicms/server-text-cache-system": "1.21.11",
51
51
  "archiver": "~7.0.1",
52
52
  "arktype": "~2.1.27",
53
53
  "bcrypt": "~6.0.0",
@@ -0,0 +1,28 @@
1
+ {
2
+ "ParoiCMSSiteSchemaFormatVersion": "10",
3
+ "languages": ["en", "fr", "de", "es", "it", "pt"],
4
+ "nodeTypes": [
5
+ {
6
+ "typeName": "authors",
7
+ "kind": "document",
8
+ "documentKind": "routing",
9
+ "route": {
10
+ "en": "authors",
11
+ "fr": "auteurs",
12
+ "de": "autoren",
13
+ "es": "autores",
14
+ "it": "autori",
15
+ "pt": "autores"
16
+ },
17
+ "regularChildren": ["author"],
18
+ "regularChildrenSorting": "title asc"
19
+ },
20
+ {
21
+ "typeName": "author",
22
+ "kind": "document",
23
+ "documentKind": "regular",
24
+ "route": ":relativeId-:slug",
25
+ "autoPublish": true
26
+ }
27
+ ]
28
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "nodeTypes": {
3
+ "authors": {
4
+ "label": "Autoren",
5
+ "addChild": "Autor hinzufügen"
6
+ },
7
+ "author": {
8
+ "label": "Autor"
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "nodeTypes": {
3
+ "authors": {
4
+ "label": "Authors",
5
+ "addChild": "Add an author"
6
+ },
7
+ "author": {
8
+ "label": "Author"
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "nodeTypes": {
3
+ "authors": {
4
+ "label": "Autores",
5
+ "addChild": "Añadir un autor"
6
+ },
7
+ "author": {
8
+ "label": "Autor"
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "nodeTypes": {
3
+ "authors": {
4
+ "label": "Auteurs",
5
+ "addChild": "Ajouter un auteur"
6
+ },
7
+ "author": {
8
+ "label": "Auteur"
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "nodeTypes": {
3
+ "authors": {
4
+ "label": "Autori",
5
+ "addChild": "Aggiungi un autore"
6
+ },
7
+ "author": {
8
+ "label": "Autore"
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "nodeTypes": {
3
+ "authors": {
4
+ "label": "Autores",
5
+ "addChild": "Adicionar um autor"
6
+ },
7
+ "author": {
8
+ "label": "Autor"
9
+ }
10
+ }
11
+ }