We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When viewing cards on this page, the "Learn more" links are not descriptive enough. https://registrar.arizona.edu/faculty-staff-resources/room-course-scheduling/schedule-classes
Card link text field should be more helpful for the content owner.
Steps to reproduce the behavior:
https://github.com/az-digital/az_quickstart/tree/issue/3396
When using a screen reader, link should have useful context.
Issue seen on both of these pages
The text was updated successfully, but these errors were encountered:
Updated the template, but unsure where to find just the URL to put in the path. Only find {{ link }} which is the URL and link title.
Sorry, something went wrong.
Add warning message if all cards have "read more" or same text in the link text field.
Update link URI here: https://github.com/az-digital/az_quickstart/blob/main/modules/custom/az_card/src/Plugin/Field/FieldFormatter/AZCardDefaultFormatter.php#L241-L247
‘#link_url’ => $this->pathValidator->getUrlIfValid($item->link_uri ?? '<none>');
[fieldname]_link_uri
Add link around heading and add help text to form. Warning not needed right now.
Add pattern and example to help text.
cc3f49b
danahertzberg
Successfully merging a pull request may close this issue.
Problem/Motivation
When viewing cards on this page, the "Learn more" links are not descriptive enough.
https://registrar.arizona.edu/faculty-staff-resources/room-course-scheduling/schedule-classes
Describe the bug
Card link text field should be more helpful for the content owner.
To Reproduce
Steps to reproduce the behavior:
Proposed resolution
https://github.com/az-digital/az_quickstart/tree/issue/3396
Expected behavior
When using a screen reader, link should have useful context.
Additional context
Issue seen on both of these pages
The text was updated successfully, but these errors were encountered: