-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
BE: Hide the Description field in VA footer menu UIs #14793
Comments
This needs "design" on new help text – @thejordanwood or I can probably come up with something once we understand what the Description field is really used for. |
Since the description field is currently not needed, the team has decided that it's best to hide the field to avoid any confusion. Slack thread where the decision was made. |
StrategyI plan to create an array of menu link forms by ID and populate it with the footer and bottom rail form IDs. It'll have to be added to the I will leave the field exposed to admins because there is content in the field, in case it needs to be removed. |
Overall this should work fine. I do have some thoughts/suggestions:
|
ACs are met. I decided to table the work to make this extendable to other menus for now until it's needed and focus on other work. |
Not sure what happened but the PR doesn't seem to be attached anymore. This still needs a review: #15069 |
just noticed this one might be languishing – thought I'd call it out so there's not a rush to close. |
Description
In the CMS for the VA footer (both columns and bottom rail), the
Description
field is used with help text above that readsShown when hovering over the menu link.
This is inaccurate; DSVA does not support using tooltips (link hover behavior) for accessibility reasons.We should remove or update this text to more accurately reflect what this description field can be used for.
In the case of the VA footer, we will not be relying on this field at all (even though it is filled out for most, if not all of the current footer links). We are updating the footer code to pull the
Title
field instead, which is more accurate.User story
AS A CMS editor
I WANT the Description field to be hidden since it's not used
SO THAT I don't mistakenly use it.
Engineering notes / background
Leverage scaffolding for this approach that we already used on menus driving homepage Hub list.:
docroot/modules/custom/va_gov_home/src/EventSubscriber/FormEventSubscriber.php
Analytics considerations
Quality / testing notes
Acceptance criteria
VA.gov Footer bottom rail
menuVA.gov Footer
menuThe text was updated successfully, but these errors were encountered: