BMAD-METHOD/test/fixtures/module-schema/valid/variables/with-select.module.yaml

32 lines
650 B
YAML

# Test: Valid module with single-select and multi-select
# Expected: PASS
code: select-mod
name: Select Module
header: Module With Selects
subheader: Demonstrates single-select and multi-select
default_selected: false
environment:
prompt: Select your target environment
single-select:
- value: dev
label: Development
- value: staging
label: Staging
- value: prod
label: Production
features:
prompt:
- What features do you want?
- You can select multiple options.
multi-select:
- value: auth
label: Authentication
- value: api
label: REST API
- value: db
label: Database