refactor(extensions): align editors API naming with commands/views, add description to all contribution types (#38475)

This commit is contained in:
Michael S. Molina
2026-03-06 14:18:49 -03:00
committed by GitHub
parent 03ad1789f0
commit 5fb9e17721
9 changed files with 44 additions and 47 deletions

View File

@@ -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