5.7.2.1 and Foundation 5
Permalink 1 user found helpfulCould someone elaborate on this? The Theme is still using bootstrap I guess....
Do I need to make more changes somewhere else?
http://www.concrete5.org/documentation/developers/5.7/designing-for...
We don't actually include foundation's css or anything in the core – that's up to a theme developer. But they will be able to easily include support for the foundation grid with their theme, since it's that grid framework is now included in the core.
You are correct, the Foundation framework is now supported. The default Elemental theme uses Bootstrap.
The grid framework that a theme uses is set in page_theme.php.
- In Elemental
protected $pThemeGridFrameworkHandle = 'bootstrap3';
https://github.com/concrete5/concrete5-5.7.0/blob/develop/web/concre...
There are four grid frameworks that install with concrete5.
concrete\src\Page\Theme\GridFramework\Type
https://github.com/concrete5/concrete5-5.7.0/tree/75d85fb56d94404d21...