Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media & Text block: Remove the link option when the featured image is used #60510

Merged
merged 12 commits into from
May 31, 2024

Commits on Apr 5, 2024

  1. Media & Text block: Fix the linked featured image

    If the block is linked, insert the image inside the `a` tag, by replacing `</a>` with '<img></a>'.
    
    Otherwise, insert the image inside the `figure` tag.
    carolinan committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    347546b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    fa31749 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a93cb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    da8be98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f85d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdaacf9 View commit details
    Browse the repository at this point in the history
  4. Update fixtures.

    carolinan committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7061bf8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    2c4d2f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0d8001 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    6e50c3b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Remove functionality related to the link toggle option

    Remove functionality related to the link toggle option.
    
    Do not show the link option in the toolbar when the featured image is used.
    
    Reset the link option when an image that is linked is replaced with the featured image option.
    Without this reset, there is a link output on the front, in an incorrect position in the markup.
    carolinan committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4be997e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    cd5e3f8 View commit details
    Browse the repository at this point in the history