How to start¶
This walkthrough will help you to implement the extension foundation_zurb_framework at your TYPO3 site.
Installation¶
The extension needs to be installed as any other extension of TYPO3 CMS:
- Switch on the Extensions module
 - On the upper left corner select the “Get Extensions” from the select menu
 - On the search bar, type: foundation_zurb_framework
 - Click on the cloud icon and download the extension
 
Preparation: Include static TypoScript¶
The extension ships some TypoScript code which needs to be included.
- Switch on the Template module
 - Go to your root page
 - Switch to the Edit the whole template record
 - Switch to the Includes tab
 - Choose the Include Foundation Zurb static template
 - Save and close your settings
 
Include PageTS¶
The extension ships TSConfig too:
- Switch to your root page
 - Edit the page
 - Switch to Resources
 - Include Foundation Zurb - BackendLayouts (foundation_zurb_framework)
 - Include Foundation Zurb - PageTS (foundation_zurb_framework)
 - Save
 


