Skip to content

Commit

Permalink
add missing binding
Browse files Browse the repository at this point in the history
  • Loading branch information
darkv committed Feb 11, 2014
1 parent 2c99bc2 commit efee486
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Frameworks/Core/ERExtensions/Components/ERXNestedList.api
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
<validation message="'sublist' is a required binding">
<unbound name="sublist"/>
</validation>
<binding name="level"/>
<validation message="'level' must be bound to a settable value">
<unsettable name="level"/>
</validation>
</wo>
</wodefinitions>

0 comments on commit efee486

Please sign in to comment.