Skip to content

Commit

Permalink
#3896: Use asA to specify UI components also in the test dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
gjvoosten committed Oct 27, 2021
1 parent d6d1d99 commit f52d693
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testDictionaries/no-custom-fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fields:
longName:
label: Objective / Effort description
placeholder: Enter an objective / effort description, example ....
as: textarea
asA: textarea
style:
height: 400px
topLevel:
Expand All @@ -55,7 +55,7 @@ fields:
longName:
label: Description of this Objective
placeholder: Enter a description for this Objective, example ....
as: textarea
asA: textarea
style:
height: 400px
assessments:
Expand All @@ -81,7 +81,7 @@ fields:
longName:
label: Effort description
placeholder: Enter an effort description, example ....
as: textarea
asA: textarea
style:
height: 400px
assessments:
Expand Down

0 comments on commit f52d693

Please sign in to comment.