...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
'editor.ui.button.size': 35
} |
| 설정하지 않았을 때 (기본) | |
|---|---|
| "editor.ui.button.size": 28 | |
| "editor.ui.button.size": 40 |
...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
'editor.plugins': [
'pluginName1',
{ name: 'pluginName2', position: {}}
]
} |
냐
...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
'editor.ui.button.size': 35
} |
| 설정하지 않았을 때 (기본) | |
|---|---|
| "editor.ui.button.size": 28 | |
| "editor.ui.button.size": 40 |
...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
'editor.plugins': [
'pluginName1',
{ name: 'pluginName2', position: {}}
]
} |
냐