Skip to content

Commit 92f21ab

Browse files
Update 16/umbraco-cms/customizing/property-editors/property-actions.md
Co-authored-by: Andy Butland <abutland73@gmail.com>
1 parent 414572e commit 92f21ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/property-editors/property-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const manifest =
4646
4747
extensionRegistry.register(manifest);
4848
```
49-
### Creating the Property Action Class <a href="#creating-the-property-action-class" id="creating-the-property-action-class"></a>
49+
### Creating the Property Action Class
5050

5151
Every Property Action needs a class that defines what happens when the action is executed.
5252
You can extend the `UmbPropertyActionBase` class for this.

0 commit comments

Comments
 (0)