Add live_images option to live_images phase
This commit is contained in:
parent
b4fd280d80
commit
1d97ce5ea1
@ -49,6 +49,11 @@ class LiveImagesPhase(PhaseBase):
|
||||
"expected_types": [str],
|
||||
"optional": True,
|
||||
},
|
||||
{
|
||||
"name": "live_images",
|
||||
"expected_types": [list],
|
||||
"optional": True,
|
||||
},
|
||||
)
|
||||
|
||||
def __init__(self, compose):
|
||||
|
Loading…
Reference in New Issue
Block a user