Conversation
|
Could you nest the config one deeper?
adapt-devtools/schema/course.schema.json Lines 11 to 31 in becbff3 |
kirsty-hames
left a comment
There was a problem hiding this comment.
Works as expected thanks @swashbuck 👍
Good point. Annoyingly we haven't defined a consistent approach to how we've defined nav button aria labels (when comparing against pageLevelProgress, Visua11y and roleBasedContent each has a different approach). Instead would replacing |
|
You'd have to do _showLabel as well. It's probably easier just to nest them and keep the names as they are in NavigationButton API as these are just passthrough properties for a self-contained bit of behaviour. |
|
Remember that we have migration scripts now if you want to harmonise these things. |
|
Thanks @swashbuck. Having reviewed this again, I don't believe
This aligns with how it's handled in PLP:
It's worth noting that the core back and drawer buttons do use |
@kirsty-hames Good spot. I think there's definitely an issue here. I'm not hearing the screenreader announce anything for the Dev Tools button. I would think that it would work like this:
@oliverfoster Do you recall if this is how it should work? |
|
No, I don't, I don't recall this conflict. |
This should be fixed now. The As far as I can tell, the |


Fix #128
New
Testing