Skip to content

Commit

Permalink
cms-2918: fixed transfer schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
zssamoylov committed Oct 3, 2019
1 parent 3491479 commit 93d34ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<transfer name="ContentParameterMessage">
<property name="parameter" type="string"/>
<property name="messages" type="Message[]"/>
<property name="messages" type="Message[]" singular="message"/>
</transfer>

<transfer name="Message">
Expand Down

0 comments on commit 93d34ed

Please sign in to comment.