add large preview size
This commit is contained in:
@@ -115,7 +115,8 @@
|
||||
"previewSize": {
|
||||
"x-small": "X-Small",
|
||||
"small": "Small",
|
||||
"medium": "Medium"
|
||||
"medium": "Medium",
|
||||
"large": "Large"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"name":"previewSize",
|
||||
"type":"enum",
|
||||
"default":"small",
|
||||
"options": ["x-small", "small", "medium"]
|
||||
"options": ["x-small", "small", "medium", "large"]
|
||||
}
|
||||
],
|
||||
"actualFields":[
|
||||
|
||||
Reference in New Issue
Block a user