Reputation: 1
function initializePlanReviewComponent() { const config = { label: "Plan Review File Upload", key: "planReviewDocument", url: "/formio/azure/upload", filePattern: "application/pdf", title: "Plan Review File Upload", icon: "fa-solid fa-b", weight: 80, editForm: getCustomEditForm(), // Assign the function reference }; console.log(config); const PlanReviewComponent = createCustomComponent("planReview", config);
Formio.Components.addComponent("planReview", PlanReviewComponent);
}
Upvotes: -2
Views: 18