- Issue created by @webengr
Something maybe wrong with Belgrade.breakpoints.yml
Moving and copying a simpler breakpoint from core stark them
mv belgrade.breakpoints.yml belgrade.breakpoints.yml-dist
cp ../../../core/themes/stark/stark.breakpoints.yml ./belgrade.breakpoints.ymlAnd after uninstall and reinstall I see a Belgrade breakpoint group.
Now reversing.mv ./belgrade.breakpoints.yml ./belgrade.breakpoints.yml-stark
cp -p belgrade.breakpoints.yml-dist belgrade.breakpoints.ymlUninstall Belgrade theme, then reinstall
and... Belgrade is not an option for breakpoint groups.===
This seems to indicate something in the file Belgrade.breakpoints.yml is not working for my Drupal 11 setup.- 🇮🇳India anirudhsingh19
In the belgrade.breakpoints.yml, the group name was assigned bootstrap. So thats why when finding belgrade under breakpoint group in responsive image styles, we were not able to find it instead it was shown as bootstrap. I have changed the group name to belgrade to avoid this type of confusion in future.