| 1294 | 1294 | }), |
| 1295 | 1295 | SlashCommandNamedArgument.fromProps({ |
| 1296 | 1296 | name: 'large', |
| 1297 | | - description: 'show large input field', |
| 1297 | + description: 'popup window will be shown larger in height, with more space for content (input field needs to be sized via \'rows\' argument)', |
| 1298 | 1298 | typeList: [ARGUMENT_TYPE.BOOLEAN], |
| 1299 | 1299 | defaultValue: 'off', |
| 1300 | 1300 | enumList: commonEnumProviders.boolean('onOff')(), |
| 1301 | 1301 | }), |
| 1302 | 1302 | SlashCommandNamedArgument.fromProps({ |
| 1303 | 1303 | name: 'wide', |
| 1304 | 1304 | description: 'showpopup widewindow will be shown wider, with a wider input field', |
| 1305 | 1305 | typeList: [ARGUMENT_TYPE.BOOLEAN], |
| 1306 | 1306 | defaultValue: 'off', |
| 1307 | 1307 | enumList: commonEnumProviders.boolean('onOff')(), |