mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 10:07:42 +00:00
28 lines
615 B
JSON
28 lines
615 B
JSON
{
|
|
"id": "nc-json-exporter",
|
|
"title": "JSON Exporter",
|
|
"subTitle": "JSON Exporter",
|
|
"description": "json-exporter/description.md",
|
|
"entry": "json-exporter",
|
|
"version": "0.1",
|
|
"iconUrl": "json-exporter/assets/icon.png",
|
|
"publisher": {
|
|
"name": "NocoDB",
|
|
"email": "contact@nocodb.com",
|
|
"url": "https://www.nocodb.com",
|
|
"icon": {
|
|
"src": "json-exporter/assets/publisher-icon.svg",
|
|
"width": 24,
|
|
"height": 24
|
|
}
|
|
},
|
|
"links": [],
|
|
"disabled": true,
|
|
"config": {
|
|
"modalSize": "sm",
|
|
"contentMinHeight": "198px"
|
|
},
|
|
"order": 3,
|
|
"minAccessRole": "viewer"
|
|
}
|