Provide defaults for the workflowId and the zoom.
This commit is contained in:
parent
3b6c4e8372
commit
7273f705e0
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ property startZoom => (
|
|||
maximum => 19,
|
||||
label => ["startZoom label", 'Asset_Map'],
|
||||
hoverHelp => ["startZoom description", 'Asset_Map'],
|
||||
default => 1,
|
||||
);
|
||||
property templateIdEditPoint => (
|
||||
tab => "display",
|
||||
|
|
@ -116,6 +117,7 @@ property workflowIdPoint => (
|
|||
label => ["workflowIdPoint label", 'Asset_Map'],
|
||||
hoverHelp => ["workflowIdPoint description", 'Asset_Map'],
|
||||
type => 'WebGUI::VersionTag',
|
||||
default => "pbworkflow000000000003",
|
||||
);
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue