Project

General

Profile

Actions

Bug #57467

closed

page.includeCSSLibs doesn't work

Added by Heinz Schilling about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
Start date:
2014-03-31
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:

Description

This TypoScript setup doesn't include external CSS:

page {
    includeCSSLibs {
        bootstrap = //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css
        bootstrap.external = 1
    }
}

This on with includeCSS work:

page {
    includeCSS {
        bootstrap = //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css
        bootstrap.external = 1
    }
}


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #55474: Enable CSS libs to use in frontendClosedBenni Mack2014-01-30

Actions
Actions

Also available in: Atom PDF