Files
nocodb/packages/nc-gui/extensions/json-exporter/description.md
mertmit 69a29568c7 chore: sync
Signed-off-by: mertmit <mertmit99@gmail.com>
2026-01-10 00:21:02 +03:00

1.3 KiB

This is a sample NocoDB extension that exports data in JSON format. It is used to demonstrate how to create a NocoDB extension.

This extension is disabled by default. To access it you need to first change the disabled property in the manifest file to false.

Learn more