Page tree

Versions Compared

Key

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

...

Code Block
languagexml
themeEmacs
<link rel="stylesheet" href="personalDataProtection.min.css의 url">
<script src="personalDataProtection.min.js의 url"></script>

...

UI 추가

툴바에 추가

Code Block
languagejs
themeEmacs
titlesynapEditorConfig
//...
'editor.toolbar': [
	//...,
	'personalDataProtection',
	//...
],
// ...

...