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 21293d0 commit 6fe163cCopy full SHA for 6fe163c
16/umbraco-cms/customizing/property-editors/property-actions.md
@@ -61,7 +61,7 @@ export class MyPropertyAction extends UmbPropertyActionBase {
61
// Retrieve the property’s current state,
62
const propertyContext = await this.getContext(UMB_PROPERTY_CONTEXT);
63
64
- // Example: set a default value
+ // Here it's possible to modify the property or perform other actions. In this case, setting a value.
65
propertyContext.setValue("Default text here");
66
}
67
0 commit comments