mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
theme metadata: note for IJ platform metadata
This commit is contained in:
parent
ca04e13bc4
commit
5b110c022f
@ -50,6 +50,7 @@ The following minimal sample demonstrates all details required when exposing UI
|
||||
|
||||
```
|
||||
|
||||
### Attributes
|
||||
- `name` - Human-readable name, e.g., plugin name
|
||||
- `fixed` - `false` by default, `true` if metadata describes external elements, e.g., an UI library
|
||||
- `ui` - Root element listing all customization keys:
|
||||
@ -167,4 +168,4 @@ Metadata is split up as follows:
|
||||
|
||||
New keys should be added to `IntelliJPlatform.themeMetadata.json` only (or corresponding "local" `*.themeMetadata.json` file of the plugin if applicable).
|
||||
|
||||
Please make sure to respect [Key Naming Scheme](#key-naming-scheme) and keep alphabetical ordering of keys.
|
||||
Please make sure to add a `description` and use `since` and `deprecated` attributes explained in [Attributes](#attributes). Respect [Key Naming Scheme](#key-naming-scheme) and keep alphabetical ordering of keys.
|
||||
|
Loading…
x
Reference in New Issue
Block a user