You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* DEPRECATED - now should use $form['clf_theme']['clf_clf_minimal'] below
71
+
/* DEPRECATED - now should use $form['clf_theme']['clf_clf_minimal'] below
68
72
$form['clf_theme']['clf_clf_package'] = array(
69
73
'#type' => 'select',
70
74
'#title' => t('CLF Package'),
@@ -77,7 +81,7 @@ function megatron_form_system_theme_settings_alter(&$form, &$form_state) {
77
81
);
78
82
*/
79
83
80
-
$form['clf_theme']['clf_clf_minimal'] = array(
84
+
$form['clf_theme']['clf_clf_minimal'] = array(
81
85
'#type' => 'checkbox',
82
86
'#title' => t('Minimal CLF Distribution'),
83
87
'#description' => t('This is a distribution of the CLF that <strong>only</strong> includes required CLF styles.<br /><br />This is provided for advanced themers only, who don\'t wish to use the full Bootstrap 2.x framework that the CLF is build upon. Extensive theming is required.'),
@@ -110,13 +114,20 @@ function megatron_form_system_theme_settings_alter(&$form, &$form_state) {
'#title' => t("Remove the <em>section-*</em> and <em>path-*</em> CSS classes from the body."),
127
+
'#description' => t('Recommended: These CSS classes produce overhead and possible conflicts with Bootstrap 2.x span CSS classes. Only keep if your theme is using them to style specific pages.'),
'#description' => t('Enable the <a href="https://modernizr.com" target="_blank">modernizr library</a> to allow feature detection.<br /><br />The included build detects support for fontface, backgroundsize, borderimage, borderradius, boxshadow, flexbox, flexboxlegacy, hsla, multiplebgs, opacity, rgba, textshadow, cssanimations, csscolumns, generatedcontent, cssgradients, cssreflections, csstransforms, csstransforms3d, csstransitions, applicationcache, localstorage, sessionstorage, websqldatabase, webworkers, geolocation, svg, touch, shiv, mq.<br /><br />To include additional features or exclude some of the ones listed, please create a custom build and include it using an alternative method (either in your theme <em>.info</em> file, your theme\'s <em>html.tpl.php</em> template or via <em>theme_preprocess_html</em>).'),
0 commit comments