Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eliangcs committed Sep 5, 2017
1 parent b25b005 commit 11cb76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ Key | Required | Type | Description
`dict` | no | `boolean` | Is this field a key/value input?
`computed` | no | `boolean` | Is this field automatically populated (and hidden from the user)?
`altersDynamicFields` | no | `boolean` | Does the value of this field affect the definitions of other fields in the set?
`inputFormat` | no | `string` | Really only useful for subdomain type. This allows the user to specify a comma-separated string like "https://,{{input}},.yourdomain.com/".
`inputFormat` | no | `string` | Useful when you expect the input to be part of a longer string. Put "{{input}}" in place of the user's input (IE: "https://{{input}}.yourdomain.com").

-----

Expand Down

0 comments on commit 11cb76e

Please sign in to comment.