You've already forked FrameTour-RenderWorker
only if 逻辑
This commit is contained in:
@ -101,6 +101,9 @@ def get_template_info(template_id):
|
||||
_luts = template_info.get('luts', '')
|
||||
if _luts:
|
||||
_template['luts'] = _luts.split(",")
|
||||
_only_if = template_info.get('onlyIf', '')
|
||||
if _only_if:
|
||||
_template['only_if'] = _only_if
|
||||
return _template
|
||||
|
||||
# outer template definition
|
||||
|
Reference in New Issue
Block a user