mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
icons.md: Change New UI example icon names to more natural
This commit is contained in:
parent
41e57b23b9
commit
d06bddc28f
@ -252,11 +252,11 @@ In this example, the icon root folder is named <path>icons</path>:
|
||||
"icons": {
|
||||
"expui": {
|
||||
"folderName": {
|
||||
"expUiIcon1.svg": "icons/icon1.svg",
|
||||
"expUiIcon2.svg": "icons/icon2.svg"
|
||||
"icon1.svg": "icons/icon1.svg",
|
||||
"icon2.svg": "icons/icon2.svg"
|
||||
},
|
||||
"anotherFolder": {
|
||||
"expUiAnotherIcon.svg": "images/anotherIcon.svg"
|
||||
"anotherIcon.svg": "images/anotherIcon.svg"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user