Hi @pinesso,
Thank you for pointing that out. You were absolutely rightโI missed including the Twig updates initially. However, Iโve now addressed the issue, and everything should be working as expected. Please let me know if you encounter any further concerns!
Ty!
I'll look into it.
calcifer_3119 โ made their first commit to this issueโs fork.
calcifer_3119 โ made their first commit to this issueโs fork.
calcifer_3119 โ made their first commit to this issueโs fork.
The issue was caused by the `markdownEditor.linkit` function not being properly defined or initialized when the linkit button was clicked in the BUEditor. This resulted in the error: "TypeError: markdownEditor.linkit is not a function".
- Ensured that the `markdownEditor.linkit` function is only defined if it does not already exist.
- Verified that `markdownEditor.linkit` is a function before trying to invoke it, which resolves the error.
This should now prevent the error and allow the Linkit functionality to work correctly in the BUEditor.
calcifer_3119 โ made their first commit to this issueโs fork.
I have implemented the translation support for the 'Display' and 'Edit' links using Drupal.t(). The issue is now fixed. Please verify the changes and let me know if anything needs further adjustments.
calcifer_3119 โ made their first commit to this issueโs fork.
I've implemented the proposed fix for the Thousand Marker issue in the statistics block. The statistics-counter.js has been updated to use the backend-configured Thousand Marker via a new data-thousand-marker attribute.
Please review the changes and let me know if further adjustments are needed.
calcifer_3119 โ made their first commit to this issueโs fork.
calcifer_3119 โ created an issue.
Here's the patch
calcifer_3119 โ made their first commit to this issueโs fork.
calcifer_3119 โ created an issue.