First create solution
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
// NOTE object below must be a valid JSON
|
||||
window.Nuvolar_Scanner_Android = $.extend(true, window.Nuvolar_Scanner_Android, {
|
||||
"config": {
|
||||
"layoutSet": "slideout",
|
||||
"animationSet": "default",
|
||||
"commandMapping": {
|
||||
"ios-header-toolbar": {
|
||||
"commands": [
|
||||
{
|
||||
"id": "sde",
|
||||
"location": "after"
|
||||
},
|
||||
{
|
||||
"id": "delete",
|
||||
"location": "after"
|
||||
}
|
||||
]
|
||||
},
|
||||
"generic-header-toolbar": {
|
||||
"commands": [
|
||||
{
|
||||
"id": "ghz",
|
||||
"location": "after"
|
||||
}
|
||||
]
|
||||
},
|
||||
"android-header-toolbar": {
|
||||
"commands": [
|
||||
{
|
||||
"id": "delete",
|
||||
"location": "after"
|
||||
}
|
||||
]
|
||||
},
|
||||
"win10-phone-appbar": {
|
||||
"commands": [
|
||||
{
|
||||
"id": "delete",
|
||||
"location": "menu"
|
||||
}
|
||||
]
|
||||
},
|
||||
"android-simple-toolbar": {
|
||||
"commands": [
|
||||
{
|
||||
"id": "delete",
|
||||
"location": "after"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user