Actions
Feature #79409
closedRender sections HeaderAssets and FooterAssets automatically from ActionController and attach to PageRenderer
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-01-22
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
As the topic says, Fluid now allows directly rendering a specific section - which allows us to create an initializeAssetsForRequest method on ActionController, which can either be overridden or provide a default behavior. The default behavior is to render the two named (reserved names after change) sections and attach the output to header or footer of page response.
Actions