open-vault/ui/stories/auth-config-form/config.md
Noelle Daley 30dd63b47e
ui/storybook/add form components (#6533)
* storybook: add .md suffix to stories blueprint

* storybook: add FormField

* storybook: update AuthConfigForm docs

* storybook: add FormFieldGroups

* storybook: add MaskedInput

* storybook: add example FormField attr

* storybook: remove actions addon
2019-04-05 14:58:55 -07:00

24 lines
857 B
Markdown

<!--THIS FILE IS AUTO GENERATED. This file is generated from JSDoc comments in app/components/auth-config-form/config.js. To make changes, first edit that file and run "yarn gen-story-md auth-config-form/config" to re-generate the content.-->
## AuthConfigForm/Config
The `AuthConfigForm/Config` is the base form to configure auth methods.
**Properties**
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| model | <code>DS.Model</code> | <code></code> | The corresponding auth model that is being configured. |
**Example**
```js
{{auth-config-form/config model.model}}
```
**See**
- [Uses of AuthConfigForm/config](https://github.com/hashicorp/vault/search?l=Handlebars&q=AuthConfigForm/config)
- [AuthConfigForm/config Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/auth-config-form/config.js)
---