Skip to content

Commit d546200

Browse files
authored
feat: 1p admin login template (#10)
1 parent f179ddf commit d546200

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.op/adminLoginTemplate.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)