File tree 2 files changed +53
-0
lines changed 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 40
40
- " b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
41
41
site : " b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
42
42
published : false
43
+ -
44
+ _valid : true
45
+ _name : " valid-publish"
46
+ _data :
47
+ items :
48
+ - " bdcc6765-114a-4184-977d-b01d3132ef69"
49
+ - " b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
50
+ site : " the-domains/example.net"
51
+ published : true
52
+ publish : true
53
+ -
54
+ _valid : false
55
+ _name : " invalid-publish-no-site"
56
+ _data :
57
+ items :
58
+ - " bdcc6765-114a-4184-977d-b01d3132ef69"
59
+ - " b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
60
+ published : true
61
+ publish : true
62
+ -
63
+ _valid : false
64
+ _name : " invalid-publish-wrong-site"
65
+ _data :
66
+ items :
67
+ - " bdcc6765-114a-4184-977d-b01d3132ef69"
68
+ - " b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
69
+ site : " 6be70565-709e-4ee3-9e73-7113175b8101"
70
+ published : true
71
+ publish : true
72
+ -
73
+ _valid : false
74
+ _name : " invalid-publish-empty-site"
75
+ _data :
76
+ items :
77
+ - " bdcc6765-114a-4184-977d-b01d3132ef69"
78
+ - " b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
79
+ site : " "
80
+ published : true
81
+ publish : true
82
+ -
83
+ _valid : false
84
+ _name : " invalid-publish-no-published"
85
+ _data :
86
+ items :
87
+ - " bdcc6765-114a-4184-977d-b01d3132ef69"
88
+ - " b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
89
+ site : " the-domains/example.net"
90
+ publish : true
Original file line number Diff line number Diff line change @@ -19,4 +19,9 @@ properties:
19
19
published :
20
20
description : " Filter reordered items by published status"
21
21
type : boolean
22
+ publish :
23
+ description : " Publish items after reordering"
24
+ type : boolean
22
25
required : [items]
26
+ dependencies :
27
+ publish : [site, published]
You can’t perform that action at this time.
0 commit comments