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