Skip to content

Commit 0354812

Browse files
committedMay 4, 2018
Moved to new util location
1 parent a6211b1 commit 0354812

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎src/app/app.component.ts

-9
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,4 @@ import {Component} from '@angular/core';
77
})
88
export class AppComponent {
99
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-
};
1910
}

0 commit comments

Comments
 (0)
Please sign in to comment.