working_with_custom_actions.md: Delete primary-label

This is just a tutorial, not the reference page, so there is no need to mention availability which is documented in the element's description.
This commit is contained in:
Karol Lewandowski 2024-12-10 10:20:48 +01:00
parent 87f73f1ce6
commit af9653d5dd

View File

@ -137,7 +137,6 @@ The full declaration is:
``` ```
#### Using `override-text` for an Action #### Using `override-text` for an Action
<primary-label ref="2020.1"/>
The example above uses the [`override-text`](plugin_configuration_file.md#idea-plugin__actions__action__override-text) element to ensure the shorter text "Popup Dialog Action" is shown anywhere the action appears in the main menu structure. The example above uses the [`override-text`](plugin_configuration_file.md#idea-plugin__actions__action__override-text) element to ensure the shorter text "Popup Dialog Action" is shown anywhere the action appears in the main menu structure.
Otherwise, the default, more explanatory text "Action Basics Plugin: Popup Dialog Action" is shown. Otherwise, the default, more explanatory text "Action Basics Plugin: Popup Dialog Action" is shown.