- Issue created by @NicholasS
- πͺπΈSpain marcoscano Barcelona, Spain
Hi there! This is not possible with the current implementation, and I would think it falls out of scope for the module features. Since redirects can be created/edited outside of the scope of the entity's CRUD operations, it could potentially become complex to ensure consistency of the data over time.
One option that comes to mind is to use the LinkIt β module to store more structured references to linked content, instead of just storing a link with the alias on thehref
attribute.
If you already have a lot of content, maybe you can create a batch process in custom code to try to update the links to no longer refer to the old aliases?
Maybe there are other workarounds, but these are the first that come to mind... I hope this helps!