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

Also available in: Atom PDF