We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414572e commit 92f21abCopy full SHA for 92f21ab
16/umbraco-cms/customizing/property-editors/property-actions.md
@@ -46,7 +46,7 @@ const manifest =
46
47
extensionRegistry.register(manifest);
48
```
49
-### Creating the Property Action Class <a href="#creating-the-property-action-class" id="creating-the-property-action-class"></a>
+### Creating the Property Action Class
50
51
Every Property Action needs a class that defines what happens when the action is executed.
52
You can extend the `UmbPropertyActionBase` class for this.
0 commit comments