re: @BINDINGS
What if those were simply aliases to small utility snippets?
@SELECT and @INHERIT are two which are tremendously useful on the manager side for creating custom input values or even forms. How would snippets (in the classic sense) address this tidbit o’ functionality, since snippets traditionally can’t be run inside the manager? Example: we use @SELECT on the input option values to build lists based on other pages that magically update when new stuff is added, without having to ever touch creating a checkbox array manually. End users intuitively and instantly "get it" and you don’t have to worry about maintaining the input form values:
In the example above, the list of individuals is built from a set of pages, with one page representing each individual, using @SELECT as mentioned above.