fix(BOOK-413): Respecting original_url inside RTE for entry links

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-10-08 07:25:32 +00:00
parent 2176a7dd6f
commit b685c928e4
2 changed files with 7 additions and 6 deletions

View File

@@ -6,8 +6,4 @@ fragment HotelPageLink on HotelPage {
}
title
url
# TODO: Might need to add this if this is needed for hotel pages.
# web {
# original_url
# }
}