I am wanting to add some additional buttons to the context menu.

I have tried many different versions of changing the Config.daml with no luck.
By looking at Editing.daml it looks like the ID for the menu is "esri_editing_tableAllRowContextMenu"
<updateModule refID="esri_mapping">
<menus>
<updateMenu refID="esri_editing_tableAllRowContextMenu">
<insertButton refID="Menu_AttributeTable_Items_Button1" separator="false" placeWith="esri_editing_tableDeleteRow" insert="after" />
</updateMenu>
</menus>
</updateModule>