Matthias Mees 1ae46203c3 Replace idea theme with bootstrap4 theme
- Add new bootstrap4 theme
- Move idea theme to spartacus
2018-03-25 10:57:21 +02:00

23 lines
695 B
PHP

<?php
@define('USE_CORENAV', 'Use global navigation?');
@define('BS_LIGHT', 'light');
@define('BS_DARK', 'dark');
@define('BS_PRIMARY', 'primary');
@define('BS_LARGE', 'large');
@define('BS_SMALL', 'small');
@define('BS_COMPACT', 'compact');
@define('BS_NONE', 'none');
@define('BS_DEFAULT', 'default');
@define('BS_TOP', 'fixed-top');
@define('BS_BOTTOM', 'fixed-bottom');
@define('BS_STICKY', 'sticky-top');
@define('BS_FLUID', 'Full width layout containers?');
@define('BS_RSS', 'RSS links in sidebar?');
@define('BS_NAVBAR_TYPE', 'Navbar type');
@define('BS_NAVBAR_STYLE', 'Navbar style');
@define('BS_JUMBOTRON_TYPE', 'Jumbotron type');
@define('BS_JUMBOTRON_STYLE', 'Jumbotron style');