Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.contentFilter.allowScript': false
}


'editor.contentFilter.allowScript' true로 설정하면 <link> 태그 삽입을 허용합니다. (기본값 false) 

Status
colourYellow
title릴리즈 2.7.0 이상

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.contentFilter.allowLink': false
}


HTML EVENT

Status
colourYellow
title릴리즈 2.7.0 이상

...