Skip to content
Snippets Groups Projects

Issue #3329010: Don't see created subtheme

Merged Vlad Denysiuk requested to merge issue/bootstrap5-3329010:3329010-dont-see-created into 3.0.x
Files
2
+ 1
1
@@ -224,7 +224,7 @@ class SettingsManager {
'#type' => 'textfield',
'#title' => t('Subtheme machine name'),
'#default_value' => 'b5subtheme',
'#description' => t("Use lowercase characters, numbers and underscores. Name must start with a letter."),
'#description' => t("Use only lower-case letters, numbers, and underscores. Name must start with a letter. For details, see <a href='https://www.drupal.org/docs/creating-custom-modules/naming-and-placing-your-drupal-module'>Naming and placing your Drupal module</a>."),
];
$form['subtheme']['create'] = [
Loading