Publish user defined attributes option.

This commit is contained in:
Toke Stuart Jepsen 2023-02-23 11:24:36 +00:00 committed by Milan Kolar
parent f037074747
commit eae25bbf0b
3 changed files with 20 additions and 2 deletions

View file

@ -33,6 +33,7 @@ class CreatePointCache(plugin.Creator):
self.data["refresh"] = False # Default to suspend refresh.
# Add options for custom attributes
self.data["includeUserDefinedAttributes"] = True
self.data["attr"] = ""
self.data["attrPrefix"] = ""