Skip to content

Commit c95da83

Browse files
committed
Added redirect after install path..
1 parent 64cdb9f commit c95da83

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

module.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,11 @@
9898
"rules": "required|integer"
9999
}
100100
],
101-
"extra-modules": {}
101+
"extra-modules": {},
102+
"routes": {
103+
"redirect_after_install": [
104+
"settings.module.edit",
105+
"paypal-standard"
106+
]
107+
}
102108
}

0 commit comments

Comments
 (0)