compost-jekyll-theme 0.4.7 → 0.4.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0abc064d866062f4242ae405b9d8567c701f4e2c134276aeb4650c102225a2d9
4
- data.tar.gz: 56905a68bb5b1f32e1f994b52f1c7cbcea0b93a2d2b57cf846d8e8021602bf08
3
+ metadata.gz: 68102a95e9c15e59f9cda0c4aa80ebed6eaa26bc983323ec1b12df1cf00428aa
4
+ data.tar.gz: c3394574f83270bf993147c51748d9397d5b8b18c6c8f4a283d5bdc98ee4ba2b
5
5
  SHA512:
6
- metadata.gz: da3d9046bf22d5839b6827bd0965727d77d947dfc86b521db9db801dac2cf467591e4f01feed21b9397cfc5af12ae5d61ee863836b7bec1e8e6abf4816d134f4
7
- data.tar.gz: feed508c2fcc83d430f98893e88db7346c7a7a2456e82195f3f9a4c3681af68c504022fdbd5bf2a1c326d2441c5e7c50f92b9f710a3460f70f13249506fcd265
6
+ metadata.gz: 7d3ea779eda12a73284babe185d9b2b517b2fc113ca0af42cefe13050d88c7493c7df72ce75e1aed7110da10f2e93582f497522a3a6a3057ecf37b5de648ef55
7
+ data.tar.gz: c379bdf7e1e3c9adc891377a7eb3ba37bb0ec78ce76c39faf2c45c68da99544d8b0f7957fe5348531c653788e6277c57ca0a2da7f4fe14ff980d24ddb818efdc
@@ -26,7 +26,7 @@ content:
26
26
  es: ""
27
27
  en: ""
28
28
  projects:
29
- type: "array"
29
+ type: "new_array"
30
30
  label:
31
31
  es: "Proyectos personales"
32
32
  en: "Personal projects"
@@ -34,7 +34,7 @@ projects:
34
34
  es: "Empieza a escribir para filtrar valores ya usados. Presiona enter para agregar el ítem seleccionado o agregar uno nuevo si no existe."
35
35
  en: "Start typing to filter previously used values. Press enter to add the selected item or a new one if it doesn't exist yet."
36
36
  posts:
37
- type: "has_and_belongs_to_many"
37
+ type: "new_has_and_belongs_to_many"
38
38
  filter:
39
39
  layout: "post"
40
40
  inverse: "authors"
@@ -9,7 +9,8 @@ title:
9
9
  es: ""
10
10
  en: ""
11
11
  link:
12
- type: "string"
12
+ type: "url"
13
+ required: true
13
14
  label:
14
15
  es: "URL del botón"
15
16
  en: "Button URL"
@@ -9,6 +9,7 @@ title:
9
9
  es: ""
10
10
  en: ""
11
11
  text:
12
+ required: true
12
13
  type: "string"
13
14
  label:
14
15
  es: "Texto a copiar"
@@ -9,7 +9,8 @@ title:
9
9
  en: "As shown on the menu"
10
10
  es: "Tal como aparece en el menú"
11
11
  post:
12
- type: "belongs_to"
12
+ type: "new_belongs_to"
13
+ required: true
13
14
  label:
14
15
  en: "Post linked to this item"
15
16
  es: "Artículo vinculado a este ítem"
@@ -1,3 +1,4 @@
1
+ ---
1
2
  title:
2
3
  type: "string"
3
4
  required: true
@@ -38,7 +39,7 @@ subtitle:
38
39
  es: ""
39
40
  en: ""
40
41
  authors:
41
- type: "has_and_belongs_to_many"
42
+ type: "new_has_and_belongs_to_many"
42
43
  filter:
43
44
  layout: "author"
44
45
  inverse: "posts"
@@ -1,3 +1,4 @@
1
+ ---
1
2
  title:
2
3
  type: "string"
3
4
  required: true
@@ -26,6 +26,7 @@ image:
26
26
  en: "Describe the image for accesibility purposes and for indexation in search engines"
27
27
  link:
28
28
  type: "url"
29
+ required: true
29
30
  label:
30
31
  es: "URL del sitio de lx patrocinadorx"
31
32
  en: "Supporter site URL"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compost-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sutty