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
}



HTML EVENT

Status
colourYellow
title릴리즈 2.7.0 이상

'editor.contentFilter.allowEventAttribute' true로 설정하면 HTML 태그의 Event attribute 를 이벤트 속성(onclick, onload, onchange, ....)을 허용합니다. (기본값 false)

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

...