diff --git a/docs/widgets/app/index.ts b/docs/widgets/app/index.ts index 2d807322..1b462213 100644 --- a/docs/widgets/app/index.ts +++ b/docs/widgets/app/index.ts @@ -32,6 +32,15 @@ export const appWidget: WidgetDefinition = { values: { type: 'boolean' }, defaultValue: 'no', }, + { + name: 'Layout', + description: 'How to arrange the app widget.', + values: { + type: 'select', + options: ['Horizontal', 'Horizontal (reversed)', 'Vertical', 'Vertical (reversed)'], + }, + defaultValue: 'Vertical', + }, { name: 'Enable status check', description: 'Whether to enable the status check for the app.',