Actions
Feature #85371
closedMake site constants available in frontend
Status:
Rejected
Priority:
Should have
Assignee:
Category:
Frontend
Target version:
Start date:
2018-06-24
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Provide a way to make TS constants available in the frontend automatically at the following places:
- cObj FLUIDTEMPLATE => useful for page templates
- ActionController of extbase => useful to get constants in every extbase extension
Only site constants within the constants
area should be exposed, so something like
site { examplePage = 123 breakpoints { xs = 200 md = 400 } }
Actions