Project

General

Profile

Actions

Feature #85371

closed

Make site constants available in frontend

Added by Georg Ringer almost 6 years ago. Updated about 5 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
Category:
Frontend
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 #1

Updated by Gerrit Code Review almost 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

Actions #2

Updated by Susanne Moog over 5 years ago

  • Target version changed from 9.4 to Candidate for Major Version
Actions #3

Updated by Susanne Moog about 5 years ago

  • Status changed from Under Review to New

Patch has been abandoned.

Actions #4

Updated by Georg Ringer about 5 years ago

  • Status changed from New to Rejected

wrong concept, can be solved with using sites

Actions

Also available in: Atom PDF