mirror of https://github.com/nocodb/nocodb
Browse Source
* feat: sample extension & markdown support for description Signed-off-by: mertmit <mertmit99@gmail.com> * docs: extension developer guide Signed-off-by: mertmit <mertmit99@gmail.com> * docs: improved extension guid Signed-off-by: mertmit <mertmit99@gmail.com> * misc: remove docs from current PR Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> --------- Signed-off-by: mertmit <mertmit99@gmail.com> Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>pull/9221/head
Mert E.
3 months ago
committed by
GitHub
7 changed files with 295 additions and 207 deletions
After Width: | Height: | Size: 43 KiB |
@ -0,0 +1,12 @@
|
||||
{ |
||||
"id": "nc-json-exporter", |
||||
"title": "JSON Exporter", |
||||
"description": "This is a sample NocoDB extension that exports data in JSON format. \nIt is used to demonstrate how to create a NocoDB extension.\n\nThis extension is disabled by default. To access it you need to first change the `disabled` property in the manifest file to `false`.", |
||||
"entry": "json-exporter", |
||||
"version": "0.1", |
||||
"iconUrl": "json-exporter/icon.png", |
||||
"publisherName": "NocoDB", |
||||
"publisherEmail": "contact@nocodb.com", |
||||
"publisherUrl": "https://www.nocodb.com", |
||||
"disabled": true |
||||
} |
Loading…
Reference in new issue