Bug #34324
Task #11969: Make widgets' template configurable
Template of widgets can't be changed
| Status: | Closed | Start date: | 2011-04-01 | ||
|---|---|---|---|---|---|
| Priority: | Must have | Due date: | |||
| Assignee: | Karsten Dambekalns | % Done: | 20% |
||
| Category: | Widgets | ||||
| Target version: | - | ||||
| Has patch: | No | FLOW3 version affected: | FLOW3 1.0.0 | ||
| Votes: | 0 |
Description
Currently the widgets use the default template path only and it is impossible to override those which is kind of a nogo.
Attached patch fixes this. The path can be set via TS. e.g.
plugin.tx_fo.view.widgetRootPath = fileadmin/fo/
If using the pagination widget, the index.html needs to be at fileadmin/fo/ViewHelpers/Widget/Paginate/Index.html
One open question: Is this the correct way to go with the part "ViewHelpers" inside this path? or should it be fileadmin/fo/Paginate/Index.html?
Related issues
| duplicates TYPO3.Fluid - Bug #25695: Template of widgets can't be changed | Closed | 2011-04-01 |
History
Updated by Karsten Dambekalns about 1 year ago
- Category set to Widgets
- Status changed from New to Closed
- Assignee set to Karsten Dambekalns
Closing as duplicate of #25695