enable isMovable
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
svgIcon = builtins.readFile ./icon.svg;
|
svgIcon = builtins.readFile ./icon.svg;
|
||||||
showUrl = true;
|
showUrl = true;
|
||||||
primarySubdomain = "subdomain";
|
primarySubdomain = "subdomain";
|
||||||
isMovable = false;
|
isMovable = true;
|
||||||
isRequired = false;
|
isRequired = false;
|
||||||
canBeBackedUp = true;
|
canBeBackedUp = true;
|
||||||
backupDescription = "Your budgets, settings, and account secrets (where applicable).";
|
backupDescription = "Your budgets, settings, and account secrets (where applicable).";
|
||||||
|
Reference in New Issue
Block a user