Skip to content

Commit 40cd69a

Browse files
authored
Update custom_actions.rst
1 parent 7864e6b commit 40cd69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/adminguide/extensions/custom_actions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
1717
Custom Actions
18-
--------------
18+
~~~~~~~~~~~~~~
1919

2020
In addition to standard instance operations, extensions support custom actions. These can be configured via UI in the extension details view or the addCustomAction API. The extension entry-point must implement handlers for these action names and process any provided parameters.
2121

@@ -44,7 +44,7 @@ A single parameter can have the following details:
4444
- **valueoptions**: Options for the value of the parameter. This is allowed only for NUMBER and STRING type.
4545

4646
Running Custom Action
47-
~~~~~~~~~~~~~~~~~~~~~
47+
---------------------
4848

4949
All enabled custom actions can then be triggered for a resource of the type the action is defined for or provided while running, using the **Run Action** view or runCustomAction API.
5050

0 commit comments

Comments
 (0)