Skip to content

Conversation

@erseco
Copy link

@erseco erseco commented Jan 21, 2026

[Copilot is generating a summary...]

ignaciogros and others added 30 commits January 17, 2026 10:02
…image optimization tool from the `exeimage` plugin.
…elative to their container to avoid breaking the layout.
…o 1023-tinymce-plugins-integrate-v302-fixes
…exelearning#1070)

* Fix licenses and allow empty ones (exe29) and backport the exe3 licenses

* Fix tests

* Allow legacy licenses

* Allow un hideInFooter parameter
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b5cc406c22

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 417 to +420
author: meta.author || '',
license: meta.license || 'creative commons: attribution - share alike 4.0',
license: meta.license || '',
description: meta.description || '',
licenseUrl: meta.licenseUrl || 'https://creativecommons.org/licenses/by-sa/4.0/',
licenseUrl: meta.licenseUrl || '',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fallback to computed license URL for exports

Because exporters now pass licenseUrl: meta.licenseUrl || '', any project that only stores license (the common case; metadata does not populate licenseUrl) will render an empty href in the footer and omit the <link rel="license"> even for standard CC licenses. This is a regression from the prior default and leaves exports with non-functional license links. Consider computing a fallback via getLicenseUrl(license) (or the registry) when meta.licenseUrl is missing.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants