apps improvements

This commit is contained in:
Ruben Fiszel
2023-02-27 14:37:32 +01:00
parent 21e5e99a76
commit be8c70f94d
3 changed files with 27 additions and 7 deletions
@@ -715,6 +715,18 @@ Hello \${ctx.username}
fieldType: 'boolean',
value: false,
onlyStatic: true
},
pagination: {
type: 'static',
fieldType: 'boolean',
value: false,
onlyStatic: true
},
pageSize: {
type: 'static',
fieldType: 'number',
value: 10,
onlyStatic: true
}
},
componentInput: {