metadata_presenter 2.7.1 → 2.10.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.
- checksums.yaml +4 -4
- data/app/models/metadata_presenter/grid.rb +86 -21
- data/default_metadata/flow/conditional.json +1 -0
- data/fixtures/branching.json +11 -0
- data/fixtures/branching_2.json +3 -0
- data/fixtures/branching_3.json +2 -0
- data/fixtures/branching_4.json +1 -0
- data/fixtures/branching_5.json +3 -0
- data/fixtures/branching_6.json +1 -0
- data/fixtures/branching_7.json +3 -0
- data/fixtures/branching_8.json +3 -0
- data/fixtures/branching_9.json +1012 -0
- data/fixtures/branching_9.png +0 -0
- data/lib/metadata_presenter/version.rb +1 -1
- data/schemas/flow/branch.json +5 -0
- metadata +4 -2
Binary file
|
data/schemas/flow/branch.json
CHANGED
@@ -31,6 +31,11 @@
|
|
31
31
|
"items": {
|
32
32
|
"type": "object",
|
33
33
|
"properties": {
|
34
|
+
"_uuid": {
|
35
|
+
"type": "string",
|
36
|
+
"title": "Unique identifier of the conditional",
|
37
|
+
"description": "Used internally in the editor and the runner"
|
38
|
+
},
|
34
39
|
"_type": {
|
35
40
|
"type": "string",
|
36
41
|
"enum": [
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metadata_presenter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MoJ Forms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: govuk_design_system_formbuilder
|
@@ -398,6 +398,8 @@ files:
|
|
398
398
|
- fixtures/branching_7.png
|
399
399
|
- fixtures/branching_8.json
|
400
400
|
- fixtures/branching_8.png
|
401
|
+
- fixtures/branching_9.json
|
402
|
+
- fixtures/branching_9.png
|
401
403
|
- fixtures/exit_only_service.json
|
402
404
|
- fixtures/invalid_content_page.json
|
403
405
|
- fixtures/no_component_page.json
|