Closed (fixed)
Project:
Solo
Version:
1.0.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2025 at 14:30 UTC
Updated:
26 Aug 2025 at 14:24 UTC
Jump to comment: Most recent
Comments
Comment #2
flashwebcenterHello,
Yes, it’s recommended, but if you don’t do it, your sub-theme will still work.
To update it:
Copy config/schema/solo_subtheme.schema.yml to your sub-theme’s config/schema/subtheme/ directory and rename the file to:
your_new_subtheme_machine_name.schema.yml
Inside the file, change:
to:
Best wishes,
Alaa
Comment #3
ericvlYou're great, Alaa.
Thank you for the quick response.
If you find the time, could you adapt the file I mentioned in the "Proposed resolution". It will be clear then for everybody.
Here is the link again.
Comment #4
flashwebcenterhttps://www.drupal.org/docs/extending-drupal/themes/contributed-themes/s...
Done, thank you!
Comment #5
ericvlGreat, thank you again.
Comment #6
ericvlSorry to say so, Alaa. But I think there is still an error in the documentation.
Below of the added text for the schema file there is a next step.
Step 8: Update the theme file:
Search for:
"Replace it with $suggestion = str_replace('your_old_theme_machine_name_', 'fun_', $suggestion);"
and replace by
"Replace it with $suggestion = str_replace('solo_', 'fun_', $suggestion);"
Sorry to bother again.
Thank you