feat: add slash command menu to article editor (#14035)

This commit is contained in:
Sivin Varghese
2026-04-16 11:27:59 +05:30
committed by GitHub
parent edd0fc98db
commit 5eee331da3
8 changed files with 375 additions and 20 deletions

View File

@@ -172,6 +172,7 @@ export const FORMATTING = {
export const ARTICLE_EDITOR_MENU_OPTIONS = [
'strong',
'em',
'strike',
'link',
'undo',
'redo',