-
Notifications
You must be signed in to change notification settings - Fork 6
/
extension.json
32 lines (32 loc) · 914 Bytes
/
extension.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"id": "symext-field-unique-input",
"name": "Unique Text Input Field",
"description": "A field for Symphony CMS that validates and stores YAML formatted data.",
"repo": "https://github.com/pointybeard/symext-field-unique-input.git",
"homepage": "https://github.com/pointybeard/symext-field-unique-input",
"type": [
"Utility",
"Field"
],
"authors": [
{
"name": "Alannah Kearney",
"email": "hi@alannahkearney.com",
"homepage": "http://www.alannahkearney.com",
"role": "Developer"
},
{
"name": "Symphony Team",
"homepage": "https://www.getsymphony.com/",
"role": "Developer"
}
],
"releases": [
{
"version": "1.6.0",
"date": "2020-12-27",
"min": "2.7.10",
"max": "2.7.x"
}
]
}