fix(editor): allow null for playground_url SDC prop
WorkflowController passes NULL for playground_url when the flowdrop_playground module is not enabled, but the SDC schema only accepts string. Allow null to match the controller behavior.
Closes #3573707