My team was able to save the filter after applying the patch. Thanks!
Thank you!!
@joco_sp Sorry for taking a while to respond. It's a bit of both. I was hoping to move my issue along at the time, but I'm beginning to get more involved in the Drupal community. I was thinking that this module would be a good place to start with maintaining a module since I had contributed and I have friends to contributed to some of the other issues.
Sorry for the confusion, this is on the 4.x branch. The original issue was created on 3.x but this issue that I am experiencing is on the 4.x branch. I wasn't sure if a new issue should be created or if the version on this issue should be updated.
I think I just found a way to replicate the bug. Here are the steps:
- Install Drupal 10.1 latest
- Install metatag module
- Enable footnotes in CKE 5 (Set to collapse duplicates and set block rendering
- Create the metatag field for the basic page content type
- Create a new page with some content in the body field and leave the summary empty (Have the summary be generated for you)
- Add some footnotes to the body field and save the page
- The duplicates should appear
I'm not sure if there is anything you can do about it but I figured I would let you know in case you want to look into it. Some workarounds include manually setting the summary or setting the description to use another token other than [node:summary]
which is the default.
In our case, it only happens when using the twig tweak block to group all of the footnotes. It happens regardless of using the js group option or not. It doesn't happen when we don't use the grouping option. Here is a list of the filters we're using
Filter processing order
Linkit URL converter
Limit allowed HTML tags and correct faulty HTML
Footnotes filter
Responsive wrappers filter
Align images
Caption images
Restrict images to this site
Track images uploaded via a Text Editor
Lazy load images
No Non-breaking Space Filter
Replaces global and entity tokens with their values
Display embedded entities
Embed media
I just ran across a very similar issue on the 4.x branch of the module. The patch seems to work on the 4.x branch as well.
cmconklin β created an issue.
cmconklin β created an issue.
I was running into an issue with the patch from #79 π All footnotes available as block for Layout Builder / Paragraph / ... Needs review where the footnotes-multi links would display even on footnotes with one reference. I have updated the patch to only show the footnote-multi links when there are multiple references.
Seems that the icon is just missing? This patch works for me.
cmconklin β created an issue.
Here is a quick update
Here is a patch.
cmconklin β created an issue.
cmconklin β created an issue.