Ticket #793 (closed enhancement: fixed)
Assigning of "inner" content to $slots template array should be configurable
| Reported by: | david | Owned by: | david |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.3 |
| Component: | filter | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Patch attached: | no |
Description (last modified by david) (diff)
Since there is $inner with the current rendering result available in templates, it makes not much sense to also have this previous layer's output in the $slots array, it's just legacy.
Not having $slots['<layername>'] also means iterating over $slots is easier :>
We need to introduce a configuration parameter for the execution filter that enables this functionality (and defaults to on for 0.11, off for 1.0, see #794)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

