- Issue created by @karunadave
- Merge request !64Issue #3542703: Add missing bootstrap_subtheme.theme and robust subtheme generator → (Open) created by Tanushree Gupta
Following this: https://www.drupal.org/docs/extending-drupal/themes/contributed-themes/b... →
from bootstrap directory, executing
./scripts/create_subtheme.sh
Your theme name ? [e.g. My custom bootstrap]
Example Bootstrap
The machine name of your custom theme? [e.g. mycustom_bootstrap]
example_bootstrap
mv: cannot stat 'example_bootstrap.theme': No such file or directory
# Check the themes/custom folder for your new sub-theme.
[login@machine bootstrap]$
searched for *.theme files, and found only two:
./subthemes/bootstrap_sass/bootstrap_sass.theme
./bootstrap.theme
perhaps one is missing for the bootstrap_subtheme directory?
Also trying the manual approach, grep show is no occurrence of 'form_system_theme_settings_alter' anywhere.
Active
5.0
Code