From cff7984fefc83d45cd043b760a18a7d98cc84cf7 Mon Sep 17 00:00:00 2001 From: tangkikodo Date: Thu, 13 Apr 2017 17:08:28 +0800 Subject: [PATCH] update comment of scripts --- src/canvas/config/config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/canvas/config/config.js b/src/canvas/config/config.js index 95aeb7a80..ffd5c5c4c 100644 --- a/src/canvas/config/config.js +++ b/src/canvas/config/config.js @@ -6,7 +6,10 @@ define(function () { // Coming soon rulers: false, - // append scripts in head + /* + * append scripts in head of iframe before renderBody content + * need to manually maintain the same scripts in cms's render template + */ scripts: [] };