@paroicms/playground_demo1 0.57.1 → 0.58.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_demo1@0.57.1 build
2
+ > @paroicms/playground_demo1@0.58.0 build
3
3
  > npm run scss
4
4
 
5
5
 
6
- > @paroicms/playground_demo1@0.57.1 scss
6
+ > @paroicms/playground_demo1@0.58.0 scss
7
7
  > npm run _scss -- --no-source-map --style=compressed
8
8
 
9
9
 
10
- > @paroicms/playground_demo1@0.57.1 _scss
10
+ > @paroicms/playground_demo1@0.58.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,27 @@
1
1
  # @paroicms/playground_seoul
2
2
 
3
+ ## 0.58.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 311801d: Add locales in Spanish, German, Italian, Portuguese
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [311801d]
12
+ - @paroicms/content-loading-plugin@0.22.0
13
+ - @paroicms/internal-link-plugin@0.17.0
14
+ - @paroicms/contact-form-plugin@0.29.0
15
+ - @paroicms/quill-editor-plugin@1.37.0
16
+ - @paroicms/video-plugin@0.32.0
17
+
18
+ ## 0.57.2
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [ae7ef6b]
23
+ - @paroicms/contact-form-plugin@0.28.0
24
+
3
25
  ## 0.57.1
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/playground_demo1",
3
- "version": "0.57.1",
3
+ "version": "0.58.0",
4
4
  "description": "Boilerplate website for ParoiCMS",
5
5
  "author": "Paroi Team",
6
6
  "license": "MIT",
@@ -24,12 +24,12 @@
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.27.1",
28
- "@paroicms/content-loading-plugin": "0.21.1",
29
- "@paroicms/internal-link-plugin": "0.16.1",
27
+ "@paroicms/contact-form-plugin": "0.29.0",
28
+ "@paroicms/content-loading-plugin": "0.22.0",
29
+ "@paroicms/internal-link-plugin": "0.17.0",
30
30
  "@paroicms/public-menu-plugin": "0.15.1",
31
- "@paroicms/quill-editor-plugin": "1.36.2",
32
- "@paroicms/video-plugin": "0.31.1"
31
+ "@paroicms/quill-editor-plugin": "1.37.0",
32
+ "@paroicms/video-plugin": "0.32.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "concurrently": "~9.1.2",
@@ -0,0 +1,59 @@
1
+ {
2
+ "nodeTypes": {
3
+ "home": {
4
+ "label": "Startseite",
5
+ "lists": {
6
+ "sections": {
7
+ "label": "Abschnitte"
8
+ }
9
+ }
10
+ },
11
+ "pages": {
12
+ "label": "Seiten",
13
+ "addChild": "Eine Seite hinzufügen"
14
+ },
15
+ "page": {
16
+ "label": "Seite"
17
+ },
18
+ "posts": {
19
+ "label": "Beiträge",
20
+ "addChild": "Einen Beitrag hinzufügen"
21
+ },
22
+ "post": {
23
+ "label": "Beitrag",
24
+ "fields": {
25
+ "tags": {
26
+ "label": "Tags"
27
+ }
28
+ }
29
+ },
30
+ "postTags": {
31
+ "label": "Tags",
32
+ "addChild": "Ein Tag hinzufügen"
33
+ },
34
+ "postTag": {
35
+ "label": "Beitrag-Tag"
36
+ },
37
+ "aboutPage": {
38
+ "label": "Über uns Seite"
39
+ },
40
+ "contactPage": {
41
+ "label": "Kontaktseite"
42
+ },
43
+ "searchPage": {
44
+ "label": "Suchseite"
45
+ },
46
+ "sideImage": {
47
+ "label": "Seitenbild",
48
+ "fields": {
49
+ "imageOn": {
50
+ "label": "Bild auf",
51
+ "enum": {
52
+ "left": "links",
53
+ "right": "rechts"
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }
59
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "nodeTypes": {
3
+ "home": {
4
+ "label": "Página de inicio",
5
+ "lists": {
6
+ "sections": {
7
+ "label": "Secciones"
8
+ }
9
+ }
10
+ },
11
+ "pages": {
12
+ "label": "Páginas",
13
+ "addChild": "Agregar una página"
14
+ },
15
+ "page": {
16
+ "label": "Página"
17
+ },
18
+ "posts": {
19
+ "label": "Artículos",
20
+ "addChild": "Agregar un artículo"
21
+ },
22
+ "post": {
23
+ "label": "Artículo",
24
+ "fields": {
25
+ "tags": {
26
+ "label": "Etiquetas"
27
+ }
28
+ }
29
+ },
30
+ "postTags": {
31
+ "label": "Etiquetas",
32
+ "addChild": "Agregar una etiqueta"
33
+ },
34
+ "postTag": {
35
+ "label": "Etiqueta de Artículo"
36
+ },
37
+ "aboutPage": {
38
+ "label": "Página acerca de"
39
+ },
40
+ "contactPage": {
41
+ "label": "Página de contacto"
42
+ },
43
+ "searchPage": {
44
+ "label": "Página de búsqueda"
45
+ },
46
+ "sideImage": {
47
+ "label": "Imagen lateral",
48
+ "fields": {
49
+ "imageOn": {
50
+ "label": "Imagen en",
51
+ "enum": {
52
+ "left": "izquierda",
53
+ "right": "derecha"
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }
59
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "nodeTypes": {
3
+ "home": {
4
+ "label": "Pagina iniziale",
5
+ "lists": {
6
+ "sections": {
7
+ "label": "Sezioni"
8
+ }
9
+ }
10
+ },
11
+ "pages": {
12
+ "label": "Pagine",
13
+ "addChild": "Aggiungi una pagina"
14
+ },
15
+ "page": {
16
+ "label": "Pagina"
17
+ },
18
+ "posts": {
19
+ "label": "Articoli",
20
+ "addChild": "Aggiungi un articolo"
21
+ },
22
+ "post": {
23
+ "label": "Articolo",
24
+ "fields": {
25
+ "tags": {
26
+ "label": "Tag"
27
+ }
28
+ }
29
+ },
30
+ "postTags": {
31
+ "label": "Tag",
32
+ "addChild": "Aggiungi un tag"
33
+ },
34
+ "postTag": {
35
+ "label": "Tag Articolo"
36
+ },
37
+ "aboutPage": {
38
+ "label": "Pagina chi siamo"
39
+ },
40
+ "contactPage": {
41
+ "label": "Pagina di contatto"
42
+ },
43
+ "searchPage": {
44
+ "label": "Pagina di ricerca"
45
+ },
46
+ "sideImage": {
47
+ "label": "Immagine laterale",
48
+ "fields": {
49
+ "imageOn": {
50
+ "label": "Immagine su",
51
+ "enum": {
52
+ "left": "sinistra",
53
+ "right": "destra"
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }
59
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "nodeTypes": {
3
+ "home": {
4
+ "label": "Página inicial",
5
+ "lists": {
6
+ "sections": {
7
+ "label": "Seções"
8
+ }
9
+ }
10
+ },
11
+ "pages": {
12
+ "label": "Páginas",
13
+ "addChild": "Adicionar uma página"
14
+ },
15
+ "page": {
16
+ "label": "Página"
17
+ },
18
+ "posts": {
19
+ "label": "Artigos",
20
+ "addChild": "Adicionar um artigo"
21
+ },
22
+ "post": {
23
+ "label": "Artigo",
24
+ "fields": {
25
+ "tags": {
26
+ "label": "Tags"
27
+ }
28
+ }
29
+ },
30
+ "postTags": {
31
+ "label": "Tags",
32
+ "addChild": "Adicionar uma tag"
33
+ },
34
+ "postTag": {
35
+ "label": "Tag de Artigo"
36
+ },
37
+ "aboutPage": {
38
+ "label": "Página sobre nós"
39
+ },
40
+ "contactPage": {
41
+ "label": "Página de contato"
42
+ },
43
+ "searchPage": {
44
+ "label": "Página de pesquisa"
45
+ },
46
+ "sideImage": {
47
+ "label": "Imagem lateral",
48
+ "fields": {
49
+ "imageOn": {
50
+ "label": "Imagem em",
51
+ "enum": {
52
+ "left": "esquerda",
53
+ "right": "direita"
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }
59
+ }