We need to add a custom button to the context menu for feature layers. In the past we used esri_mapping_layerContextMenu and esri_mapping_standaloneTableContextMenu.
We define the state as insert conditions for layers and standalone tables by using:
- <state id="esri_mapping_singleLayerSelectedCondition"/>
- <state id="esri_mapping_singleFeatureLayerSelectedCondition"/>
- <state id="esri_mapping_singleStandaloneTableSelectedCondition"/>
With ArcGIS Pro 2.7 and 2.8 esri_mapping_layerContextMenu seems not to work for any shapefile related layers, any help would be appropriated.