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 #1

Updated by Markus Klein about 10 years ago

  • Category set to TypoScript
  • Status changed from New to Accepted
  • Priority changed from Should have to Must have
  • Target version set to next-patchlevel
Actions #2

Updated by Gerrit Code Review about 10 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28997

Actions #3

Updated by Markus Klein about 10 years ago

  • Complexity set to no-brainer
  • Is Regression changed from No to Yes
Actions #4

Updated by Markus Klein about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF