Skip to content

Commit da79c55

Browse files
authored
Add panoramax=* universal field (#1344)
1 parent 2bbb4bb commit da79c55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data/fields/panoramax.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"key": "panoramax",
3+
"type": "identifier",
4+
"label": "Panoramax Image ID",
5+
"urlFormat": "https://api.panoramax.xyz/#focus=pic&pic={value}",
6+
"pattern": "^[a-zA-Z0-9-]{36,}$",
7+
"universal": true
8+
}

0 commit comments

Comments
 (0)