Skip to content

Commit 627b86d

Browse files
Add new blockTypes
1 parent 650440d commit 627b86d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

webapp/src/resources.js

+10
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// import EISBlock from "@/components/datablocks/EISBlock";
1111
// import MassSpecBlock from "@/components/datablocks/MassSpecBlock";
1212
import DataBlockUI from "@/components/DataBlockUI";
13+
import NMRInsituBlock from "@/components/datablocks/NMRInsituBlock";
1314

1415
import SampleInformation from "@/components/SampleInformation";
1516
import StartingMaterialInformation from "@/components/StartingMaterialInformation";
@@ -201,6 +202,15 @@ export const blockTypes = {
201202
},
202203
},
203204
},
205+
ftir: {
206+
description: "FTIR",
207+
component: DataBlockUI,
208+
name: "FTIR",
209+
properties: {
210+
bokehPlot: { type: "plot" },
211+
},
212+
},
213+
"insitu-nmr": { description: "NMR insitu", component: NMRInsituBlock, name: "NMR insitu" },
204214
};
205215

206216
export const itemTypes = {

0 commit comments

Comments
 (0)