mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
refactor(extensions): align editors API naming with commands/views, add description to all contribution types (#38475)
This commit is contained in:
committed by
GitHub
parent
03ad1789f0
commit
5fb9e17721
@@ -41,7 +41,7 @@ Superset uses text editors in various places throughout the application:
|
||||
| `python` | Custom Python editor contexts |
|
||||
| `text` | Plain text editor contexts |
|
||||
|
||||
By registering an editor provider for a language, your extension replaces the default Ace editor in **all** locations that use that language.
|
||||
By registering an editor for a language, your extension replaces the default Ace editor in **all** locations that use that language.
|
||||
|
||||
## Implementing an Editor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user