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
Fixed the first one following: https://forum.backdropcms.org/forum/backup-migrate-import-errors but is there an issue if I want to implement comments at a later date? Searched the...
Migrate BD to BD
I don't think, you got it right, yet. To select where the attachment is displayed, you set that in the attachment's setting. Remove all area embed stuff. That are two different...
have a view show contents in table and leaflet format simultaneously.
that was it! I have to get used that I have to explicitly select where it says "all views" and select "this attachement" instead; not only for the format but also for the footer....
have a view show contents in table and leaflet format simultaneously.