cloudcannon-jekyll 2.3.3 → 2.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c62beece4089cf5687f4c84d38495a602f62800a19bd5e195eb0272f79724965
4
- data.tar.gz: 34024730134cd587c13ba63e259454c9d1aedb3fd0479f8ef32a2401ddab0753
3
+ metadata.gz: '09003d2ad672bafc2165e8a667a19c2a730651ddba0fd201904a8575e4c5bba0'
4
+ data.tar.gz: 5988731017bdd55c1d2600409ee8e0380847552a79bdc6ef0ff445e810132715
5
5
  SHA512:
6
- metadata.gz: '09a307c7f7d9deba9f4fe4407ae982b16c6a260bda34bbe140547cfe978a5268c0016210f995a8a6cf69c0b0815b3e883b369265586af64dfc07b41daa78e0ef'
7
- data.tar.gz: 798272f7382f5da33c7bb6c03e30733a506346bc162eb042c1ef09fc1b62ae405d8660bb10771a07377cefeda9995852295dbd0cc37066f2c83944ae4b0777f8
6
+ metadata.gz: beabc519bea263502f085226ffb98b27d6aa2cd882ca5efe710f63287afaaaeb80f47eea3f118447bbed3d1f89c51c17f6d77134adc5a3f7e11a983ce969e53e
7
+ data.tar.gz: d77019b69275bb04a010fa7ce8a0c3763e7a9e1ce449741f62a9e945a5454ffb03fb7395c463cc4434722653156f989a4be81bdac6781bc0efa495c7afc2a2be
data/HISTORY.md CHANGED
@@ -1,10 +1,14 @@
1
+ # 2.3.4
2
+
3
+ * Add `_editables`
4
+
1
5
  # 2.3.3
2
6
 
3
- * Add _structures
7
+ * Add `_structures`
4
8
 
5
9
  # 2.3.2
6
10
 
7
- * Add _inputs to templates
11
+ * Add `_inputs`
8
12
 
9
13
  # 2.3.1
10
14
 
@@ -41,6 +41,9 @@
41
41
  {% if config._inputs %}
42
42
  "_inputs": {{ config._inputs | cc_jsonify }},
43
43
  {% endif %}
44
+ {% if config._editables %}
45
+ "_editables": {{ config._editables | cc_jsonify }},
46
+ {% endif %}
44
47
  {% if config._collection_groups %}
45
48
  "_collection_groups": {{ config._collection_groups | cc_jsonify }},
46
49
  {% endif %}
@@ -41,6 +41,9 @@
41
41
  {% if config._inputs %}
42
42
  "_inputs": {{ config._inputs | cc_jsonify }},
43
43
  {% endif %}
44
+ {% if config._editables %}
45
+ "_editables": {{ config._editables | cc_jsonify }},
46
+ {% endif %}
44
47
  {% if config._collection_groups %}
45
48
  "_collection_groups": {{ config._collection_groups | cc_jsonify }},
46
49
  {% endif %}
@@ -44,6 +44,9 @@
44
44
  {% if config._inputs -%}
45
45
  "_inputs": {{ config._inputs | cc_jsonify }},
46
46
  {%- endif %}
47
+ {% if config._editables -%}
48
+ "_editables": {{ config._editables | cc_jsonify }},
49
+ {%- endif %}
47
50
  {% if config._collection_groups -%}
48
51
  "_collection_groups": {{ config._collection_groups | cc_jsonify }},
49
52
  {%- endif %}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CloudCannonJekyll
4
- VERSION = "2.3.3"
4
+ VERSION = "2.3.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudcannon-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.3
4
+ version: 2.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - CloudCannon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-22 00:00:00.000000000 Z
11
+ date: 2021-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll