Description of the need
This is a follow-up to https://github.com/backdrop/backdrop-issues/issues/4630. The idea is to be able to more easily track and update internal paths if they appear in text that's passing through filters.
Proposed solution
Make it work like the file upload, which produces something like:
<p><a data-file-id="7" href="/files/inline-files/document.pdf">document</a></p>
In this case the ID would have to be the pid in url_alias table.
Alternatives that have been considered
Maybe it's possible for the filter dialog to strip the leading slash and possibly decode the path to find a possible match. But that's more difficult than just looking for the alias via the pid.
Recent comments
Take what I can think of right now. In a way that I still haven't thought about whether I can do it or not. in each Block (e.g. Block User Menu, Block Main Menu) There should be a menu for enter...
How do I define a Weight Block in a layout?
Hi suriyan2538, many thanks for the clear description of the problem. No need to apologize for a long post, your contribution is highly appreciated. So, using arrow keys for moving blocks was a bad...
How do I define a Weight Block in a layout?
Hello @ klonos I understand the limitations of the development team very well. Therefore, I am in no hurry in this matter. I also understand that To design tools that are accessible to everyone It...
How do I define a Weight Block in a layout?