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 } }
Updated by Gerrit Code Review over 6 years ago
- Status changed from Accepted to Under Review
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57357
Updated by Susanne Moog about 6 years ago
- Target version changed from 9.4 to Candidate for Major Version
Updated by Susanne Moog over 5 years ago
- Status changed from Under Review to New
Patch has been abandoned.
Updated by Georg Ringer over 5 years ago
- Status changed from New to Rejected
wrong concept, can be solved with using sites
Actions