core icon indicating copy to clipboard operation
core copied to clipboard

Image of URL should be the same, when adding an image or a URL that reference an image

Open hmoreras opened this issue 3 years ago • 0 comments

Describe the bug The image URL need to be the same pattern ( WYSIWYG_IMAGE_URL_PATTERN ) when add a link that reference an image or by adding an image (icon)

To Reproduce Steps to reproduce the behavior:

  1. Create a dotCMS instance with the full starter.
  2. Create a content of type Generic (Content).
  3. In the WYSIWYG field, reference an existing image in your dotCMS instance.
  4. Change the view mode from WYSIWYG to Code, and the check the URL of the image you just added.
  5. The URL Pattern must be equal to WYSIWYG_IMAGE_URL_PATTERN. reference: https://github.com/dotCMS/core/issues/22251

Expected behavior Include an image by URL of by adding an image should match the URL.

Screenshots image.png

image.png

hmoreras avatar May 26 '22 17:05 hmoreras