...
editor.quickInsert.show : true (기본값) | editor.quickInsert.show : false |
|---|---|
'editor.quickInsert'를 이용하여 바로 삽입에 보여질 보일 컴포넌트를 설정할 수 있습니다.
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
'editor.quickInsert': ['directInsertImage', 'directInsertVideo', 'directInsertTable', 'directBulletList', 'directNumberedList']
} |
...



