We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6211b1 commit 0354812Copy full SHA for 0354812
src/app/app.component.ts
@@ -7,13 +7,4 @@ import {Component} from '@angular/core';
7
})
8
export class AppComponent {
9
title = 'app';
10
-
11
- jsonFormOptions: any = {
12
- addSubmit: true, // Add a submit button if layout does not have one
13
- debug: false, // Don't show inline debugging information
14
- loadExternalAssets: true, // Load external css and JavaScript for frameworks
15
- returnEmptyFields: false, // Don't return values for empty input fields
16
- setSchemaDefaults: true, // Always use schema defaults for empty fields
17
- defautWidgetOptions: {feedback: true}, // Show inline feedback icons
18
- };
19
}
0 commit comments