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
Issue coming from users following the Theme Tutorial being prompted by Grav to update the theme as there was a newer version available, because the theme is built in a bootstrap folder, and we have a "Bootstrap" theme in GPM that installs there.
After adding the bootstrap.yaml file, Grav thinks the theme is from the GPM and needs an update, saying
You are running Bootstrap v1.4.1 [updatable: v1.4.1]
Avoid Grav prompting for an update if there's no blueprints.yaml file in the theme, which indicates the version installed PR Ready
Should we also add a special field to a theme/blueprint to indicate it's not from the GPM? Like private: true or gpm: false or <suggest better name here>PR Ready
The text was updated successfully, but these errors were encountered:
PR #767 addresses this problem, introducing a check on gpm: false in the theme/plugin blueprint, and also avoid trying to update if no version is specified in the blueprint, which means it's not a package published on the GPM.
Issue coming from users following the Theme Tutorial being prompted by Grav to update the theme as there was a newer version available, because the theme is built in a
bootstrap
folder, and we have a "Bootstrap" theme in GPM that installs there.After adding the
bootstrap.yaml
file, Grav thinks the theme is from the GPM and needs an update, sayingWe should at least:
First, change the tutorial theme folder, to avoid confusion for new usersgetgrav/grav-learn@8884963private: true
orgpm: false
or<suggest better name here>
PR ReadyThe text was updated successfully, but these errors were encountered: