Update working_with_text.md

This commit is contained in:
Phate 2017-09-09 01:39:51 +08:00 committed by GitHub
parent f4de1f6155
commit 1628d581fd

View File

@ -31,7 +31,8 @@ To register the action we should add a corresponding attribute to the `<actions>
<actions>
<action id="EditorBasics.EditorIllustration" class="EditorIllustration" text="Editor Basics"
description="Illustrates how to plug an action in">
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
</action>
</action>
```