Skip to content

Commit

Permalink
make DEFAULT form element value more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
llpomerl committed Jun 5, 2018
1 parent 26458f1 commit fdb2133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content-artifacts/types/WCA-form-element.json
Expand Up @@ -61,7 +61,7 @@
},
{
"elementType": "text",
"label": "value",
"label": "value (default)",
"key": "value",
"required": false,
"helpText": "The default value for the form element (often empty)."
Expand All @@ -88,4 +88,4 @@
"helpText": "For checkboxes, radio button groups, and select dropdowns, add each available value from the WCA form elements as an option."
}
]
}
}

0 comments on commit fdb2133

Please sign in to comment.