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
Changing the standard license to something else does not change the license shown on the final lesson.
I have tried changing the license-value both manually, and using sandpaper::set_config(pairs = c(license = "CC0"), write = TRUE).
Hi @chrbknudsen - thanks for spotting this. I think it's an issue with fill_translation_vars where the incoming metadata doesn't seem to have the license so defaults back to CC-BY 4.0. I'll do more digging!
Changing the standard license to something else does not change the license shown on the final lesson.
I have tried changing the license-value both manually, and using sandpaper::set_config(pairs = c(license = "CC0"), write = TRUE).
An example of a build site:
https://chrbknudsen.github.io/R-toolbox/
The corresponding config.yaml, containg license: 'CC0':
https://github.com/chrbknudsen/R-toolbox/blob/main/config.yaml
The text was updated successfully, but these errors were encountered: