-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a39fa2f
commit 7231db8
Showing
7 changed files
with
3,356 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,57 @@ | |
"type": "string", | ||
"title": "Name", | ||
"default": "Meater" | ||
}, | ||
"email": { | ||
"type": "string", | ||
"title": "email", | ||
"placeholder": "[email protected]", | ||
"format": "email" | ||
}, | ||
"password": { | ||
"type": "string", | ||
"title": "Password", | ||
"x-schema-form": { | ||
"type": "password" | ||
} | ||
}, | ||
"logging": { | ||
"title": "Logging Setting", | ||
"type": "string", | ||
"required": true, | ||
"default": "", | ||
"oneOf": [ | ||
{ | ||
"title": "Default Logging", | ||
"enum": [ | ||
"" | ||
] | ||
}, | ||
{ | ||
"title": "Standard Logging", | ||
"enum": [ | ||
"standard" | ||
] | ||
}, | ||
{ | ||
"title": "No Logging", | ||
"enum": [ | ||
"none" | ||
] | ||
}, | ||
{ | ||
"title": "Debug Logging", | ||
"enum": [ | ||
"debug" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"layout": [ | ||
"name" | ||
"email", | ||
"password", | ||
"logging" | ||
] | ||
} |
File renamed without changes.
Oops, something went wrong.