fix: change secret input and sidebar order

Signed-off-by: Gabriel Dantas <gabriel.dantas98@outlook.com.br>
This commit is contained in:
Gabriel Dantas
2022-11-03 22:29:27 -03:00
parent 83c77f12d6
commit d1547a6547
2 changed files with 1 additions and 15 deletions
@@ -26,20 +26,6 @@ parameters:
ui:help: 'Hint: additional description...'
```
### Simple secret input
```yaml
parameters:
- title: Fill in some steps
properties:
secretInput:
title: Input secret
type: string
description: Super secret description hint
minLength: 6
ui:widget: password
```
### Multi line text input
```yaml
+1 -1
View File
@@ -61,8 +61,8 @@ nav:
- Overview: 'features/software-templates/index.md'
- Configuration: 'features/software-templates/configuration.md'
- Adding your own Templates: 'features/software-templates/adding-templates.md'
- Input Examples: 'features/software-templates/input-examples.md'
- Writing Templates: 'features/software-templates/writing-templates.md'
- Input Examples: 'features/software-templates/input-examples.md'
- Builtin Actions: 'features/software-templates/builtin-actions.md'
- Writing Custom Actions: 'features/software-templates/writing-custom-actions.md'
- Writing Custom Step Layouts: 'features/software-templates/writing-custom-step-layouts.md'