0

我使用的是 Typo3 4.5,并且已经将 YAML CSS 框架包含在 TemplaVoila 中。但是现在我已经安装了 Typo3 6.1 并且想要包含 Bootstrap 框架。但我不知道使用 TemplaVoila 还是使用普通模板更好。

而且我不太确定如何包含 Bootstrap 框架。我的第一个想法是将框架文件复制到 fileadmin 文件夹。然后将 docs/index.html(示例文件)中的 css 和 js 文件包含到我的 TS 模板中,然后我就可以创建 HTML 内容了。

还是我错过了什么?

4

3 回答 3

1

Frontend template extensions that take over a large part of the template rendering can sometimes be confusing. If you understand the rendered page template as the end product that's generated by the CMS, but not a part of the CMS's functionality, everything will become easier and more transparent (less black boxes).

My advice would be: don't use a framework extension, get bootstrap from github, ideally in the LESS version - use one of the many lessphp extensions to parse less while developing - and create your template in whichever templating system you're comfortable with.

于 2013-06-10T18:05:03.030 回答
0

在官方 TYPO3 主页上找到示例:http: //bootstrap.typo3cms.demo.typo3.org/

于 2013-06-11T00:21:30.510 回答
0

无论您使用的是 TV 还是“标准”模板系统,只要在标题中包含 Bootstrap 即可。

于 2013-06-09T18:07:17.447 回答