Skip to content

Commit 7b61193

Browse files
committed
remove how it works
1 parent 6fe163c commit 7b61193

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,4 @@ export class MyPropertyAction extends UmbPropertyActionBase {
6666
}
6767
}
6868
export { MyPropertyAction as api };
69-
```
70-
71-
#### How it works
72-
73-
`execute()` is called when the editor clicks the action.
74-
`getContext(UMB_PROPERTY_CONTEXT)` gives you access to the current property’s state.
75-
From there, you can modify the property (e.g., reset, update, or perform another operation).
69+
```

0 commit comments

Comments
 (0)