form-jekyll 0.4.5 → 0.4.5.1
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 +4 -4
- data/README.md +2 -2
- data/_layouts/default.html +5 -5
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab6f99ceef816fbc0aedfbfec7fdfe8c949c6d1b60bfc9e58287f73ed938b228
|
4
|
+
data.tar.gz: 202fe79d39c886131d9285108a8c1dde5af5bd9a6d8c23341910a2f5dd553064
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75621af60981b4ccd4cfb64d45e1084c922529213c64b173b4e4286a3a0ebf6421003925d9079d4f0ee7ec39338c243059f4dc20e5a695ed216e53acee74c964
|
7
|
+
data.tar.gz: 1a291b7d00d6f019a17334408a87b6034ca0b9aa3955fd18f00b75dc03f0131fd037928f18150368eea2d5c9dad9e8369d9ce1e017f1f1810be23eb506ab50ad
|
data/README.md
CHANGED
@@ -62,8 +62,8 @@ Since YAML is easy to read, non-technical colleagues can easily give feedback on
|
|
62
62
|
| `helptext` | The field's help text | Markdown |
|
63
63
|
| `type` | The input type. For a full list of fields, see the file names in `_includes/fields.` | Plain text |
|
64
64
|
| `options` | The possible answers for `radio`, `checkbox`, and `select` fields. | A list of options |
|
65
|
-
| `checked` | Determines whether a radio or checkbox option should be checked by default. | `
|
66
|
-
| `optional` | Determines whether a field is optional | `
|
65
|
+
| `checked` | Determines whether a radio or checkbox option should be checked by default. | `yes` / `no` |
|
66
|
+
| `optional` | Determines whether a field is optional | `yes` / `no` |
|
67
67
|
| `other` | Determines whether a set of radio buttons or checkboxes has an "Other" option | `true` |
|
68
68
|
| `error` | The custom error message that should display if the field is invalid or blank. | Plain text |
|
69
69
|
| `shows` | The name of the `group` that should be conditionally shown if this field is checked. | The name of a `group` |
|
data/_layouts/default.html
CHANGED
@@ -29,26 +29,26 @@ layout: base
|
|
29
29
|
|
30
30
|
<label class="checkbox">
|
31
31
|
<input type="checkbox" id="settings-all-pages">
|
32
|
-
<span
|
32
|
+
<span>Every page</span>
|
33
33
|
</label>
|
34
34
|
|
35
35
|
<label class="checkbox">
|
36
36
|
<input type="checkbox" id="settings-all-conditionals">
|
37
|
-
<span
|
37
|
+
<span>All conditionals</span>
|
38
38
|
</label>
|
39
39
|
|
40
40
|
<label class="checkbox">
|
41
41
|
<input type="checkbox" id="settings-all-annotations">
|
42
|
-
<span
|
42
|
+
<span>Annotations</span>
|
43
43
|
</label>
|
44
44
|
|
45
45
|
<label class="checkbox">
|
46
46
|
<input type="checkbox" id="settings-show-hidden">
|
47
|
-
<span
|
47
|
+
<span>Hidden fields</span>
|
48
48
|
</label>
|
49
49
|
|
50
50
|
<label class="checkbox">
|
51
51
|
<input type="checkbox" id="settings-top-nav">
|
52
|
-
<span
|
52
|
+
<span>Page navigation on top</span>
|
53
53
|
</label>
|
54
54
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: form-jekyll
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.5
|
4
|
+
version: 0.4.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Rubenoff
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -108,7 +108,8 @@ files:
|
|
108
108
|
- assets/js/script.js
|
109
109
|
- assets/js/validator.js
|
110
110
|
homepage: https://github.com/sfdigitalservices/form-jekyll
|
111
|
-
licenses:
|
111
|
+
licenses:
|
112
|
+
- MIT
|
112
113
|
metadata:
|
113
114
|
plugin_type: theme
|
114
115
|
post_install_message:
|