Closed mdroidian closed 1 year ago
getSmartblockOutput Might need to be re-thought ... things like <%FORM%> and <%OPENPAGE%> will still run ... 🤔
getSmartblockOutput
<%FORM%>
<%OPENPAGE%>
another option might be to edit triggerSmarblock to return the output via processBlockUid if targetName and targetUid are blank
triggerSmarblock
processBlockUid
targetName
targetUid
(instead of throwing an Error)
Error
getSmartblockOutput
Might need to be re-thought ... things like<%FORM%>
and<%OPENPAGE%>
will still run ... 🤔another option might be to edit
triggerSmarblock
to return the output viaprocessBlockUid
iftargetName
andtargetUid
are blank(instead of throwing an
Error
)