Full Visualization Page API completed
This commit is contained in:
@@ -20,7 +20,7 @@ export interface widget extends Document {
|
||||
}
|
||||
const widgetSchema: Schema = new Schema(
|
||||
{
|
||||
widgetName: { type: String },
|
||||
widgetName: { type: String, default: "Widget" },
|
||||
widgetside: { type: String },
|
||||
widgetID: { type: String },
|
||||
widgetOrder: { type: String },
|
||||
|
||||
Reference in New Issue
Block a user