We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f179ddf commit d546200Copy full SHA for d546200
.op/adminLoginTemplate.json
@@ -0,0 +1,33 @@
1
+
2
+{
3
+ "title": "FIXME WordPress Admin",
4
+ "category": "LOGIN",
5
+ "tags": [
6
+ "wordpress", "admin"
7
+ ],
8
+ "urls": [
9
+ {
10
+ "label": "Lando",
11
+ "href": "https://app-name.lndo.site/"
12
+ },
13
14
+ "label": "FIXME Pantheon Dev",
15
+ "href": "https://dev-app-name.pantheonsite.io/"
16
17
18
+ "label": "FIXME Pantheon Test",
19
+ "href": "https://test-app-name.pantheonsite.io/"
20
21
22
+ "label": "FIXME Pantheon Live",
23
+ "href": "https://live-app-name.pantheonsite.io/"
24
25
26
+ "label": "FIXME.org",
27
+ "primary": true,
28
+ "href": "https://fixme.org"
29
+ }
30
31
+ "fields": [
32
+ ]
33
+}
0 commit comments