...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
'editor.contentFilter.allowScript': false
} |
HTML EVENT
...
'editor.contentFilter.allowEventAttribute' 설정을 true로 설정하면 HTML 태그의 Event를 제거합니다.
...
| language | js |
|---|---|
| theme | Emacs |
| title | synapeditor.config.js |
...
'editor.contentFilter.allowEventAttribute' 설정을 true로 설정하면 HTML 태그의 Event를 유지합니다. (기본값 false)
...