Skip to content

Commit 6fe163c

Browse files
Update 16/umbraco-cms/customizing/property-editors/property-actions.md
Co-authored-by: Andy Butland <abutland73@gmail.com>
1 parent 21293d0 commit 6fe163c

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
@@ -61,7 +61,7 @@ export class MyPropertyAction extends UmbPropertyActionBase {
6161
// Retrieve the property’s current state,
6262
const propertyContext = await this.getContext(UMB_PROPERTY_CONTEXT);
6363
64-
// Example: set a default value
64+
// Here it's possible to modify the property or perform other actions. In this case, setting a value.
6565
propertyContext.setValue("Default text here");
6666
}
6767
}

0 commit comments

Comments
 (0)