Hi all, I’m curious about the validity of including two javascript files in an app embed block’s schema. I’ve had a hard time confirming within the docs. Here’s what I mean:
{
"name": "App Embed Block",
"target": "body",
"javascript": "javascript-file.js, other-javascript-file.js",
"available_if": "{{ app.metafields.blocks.app_embed_enabled }}",
"enabled_on": {
"templates": ["*"]
}