📌
Update Composer dependencies for 11.2.0
Active
📌
Allow 6.x version of justinrainbow/json-schema
Active
Not sure if we need to change anything in the code in UI Patterns
Resolve schema references recursively.
Closing as duplicate of
📌
[2.0.5] Drupal 11.2 & justinrainbow/json-schema
Active
Noticed the change in the 2.0.x-dev branch after creating the issue.
Thank you :)
rajab natshah → created an issue.
The old fix
📌
Error "This entity cannot be referenced" if Entity Queue has unpublished node
Needs review
✨
Add two patches to the entityqueue_form_widget module
Closed: duplicate
Needs an MR
rajab natshah → created an issue.
rajab natshah → created an issue.
rajab natshah → created an issue. See original summary → .
Thanks, Qusai, for the MR.
I had a quick look.
Better if we switch to --icon: url(../../images/web-dashboard.svg);
in CSS
-webkit-mask-image: url(../../images/web-dashboard.svg) !important;
mask-image: url(../../images/web-dashboard.svg) !important;
Not to add one more file.
rajab natshah → created an issue.
rajab natshah → created an issue.
rajab natshah → made their first commit to this issue’s fork.
Please, create an MR
📌
Automated Drupal 11 compatibility fixes for ckeditor_media_embed
Needs review
The module was tested under Drupal 11 in number of projects. ( using alternative methods )
Hoping to for a tag release to push the module for more use under Drupal 11, and maybe could be suggested to work under Drupal CMS
The module was tested under Drupal 11 in number of projects. ( using alternative methods )
Hoping to for a tag release to push the module for more use under Drupal 11, and maybe could be suggested to work under Drupal CMS
rajab natshah → created an issue.
rajab natshah → created an issue.
rajab natshah → created an issue.
rajab natshah → created an issue. See original summary → .
Thanks, Pierre, for the quick review.
1- I will test that - you are right.
2- For sure, we need
- Automated unit testing coverage
- Automated functional testing coverage
- Documentation -- the doc in code is so nice by the way!!
3- We may need to do a small UX/UI designer responsibilities - to help site builders so that they can use a token.
rajab natshah → created an issue. See original summary → .
rajab natshah → created an issue.
✅ Released webtheme-11.0.0-beta1 →
✅ Released webtheme-11.0.0-beta1 →
rajab natshah → created an issue.
rajab natshah → created an issue.
rajab natshah → created an issue.
Attached a static ui_patterns--2025-05-16--3496209--mr-378.patch
file to this point in MR378
To be used with Composer Patches
Tested with
aria-label="[node:field_link:title] about [node:title]" target="_parent"
First Draft MR - Integration with the Token module
g4mbini → credited rajab natshah → .
This would be so nice. Thanks a lot for filing the issue.
I faced an issue with Read more link or Learn more link in a call to action button
My current status is
The optimal target to work with aria-label="[node:field_link:text] about [node:title]" target="_parent"
A common accessibility challenge arises when multiple identical links (e.g., "Read Article") appear on a page. Without additional context, screen reader users may struggle to distinguish between links. ARIA attributes, such as aria-label, allow developers to add meaningful descriptions to links, ensuring clarity and context.
Helpful resource: What the Heck is ARIA A Beginner's Guide to ARIA for Accessibility - Kat Shaw (A11yTalks - Aug 2024)
Thanks to A11yTalks and Kat Shaw for this
Enhancing "Read Article" Links for Accessibility
Replace generic "Read Article" links with meaningful ARIA labels:
<a aria-label="Read the full article of {{ title }}">Read Article</a>
If the link text changes to "Learn more", "Read more", or "Click here", the {{ title }} token will still help maintain context for screen reader users.
rajab natshah → created an issue.
rajab natshah → created an issue.
rajab natshah → created an issue.