Files
nebula.js/examples/sn-hello-react/src/ext.js
Tobias Åström 1bec44c0a6 chore: update templates to use inline ext (#1058)
* chore: update templates to use inline ext

* chore: update script template
2023-01-23 16:27:16 +01:00

12 lines
195 B
JavaScript

export default function ext(/* galaxy */) {
return {
support: {
snapshot: false,
export: true,
sharing: false,
exportData: true,
viewData: true,
},
};
}