@@ -0,0 +1,29 @@
+[
+ {
+ "doctype": "Workspace",
+ "name": "uperp",
+ "title": "uperp",
+ "icon": "icon-name",
+ "indicator_color": "blue",
+ "is_standard": 1,
+ "module": "uperp",
+ "charts": [],
+ "shortcuts": [],
+ "cards": [
+ "card_name": "Your Custom Card",
+ "label": "test",
+ "hidden": 0,
+ "links": [
+ "type": "Page",
+ "name": "your-custom-page",
+ "description": "页面描述"
+ }
+ ]
+]
@@ -242,3 +242,7 @@ after_install = "uperp.install.after_install"
# "Logging DocType Name": 30 # days to retain logs
# }
+
+fixtures = [
+ "Workspace"