cgkineo / adapt-visua11y

An extension which provides visual accessibility improvements
GNU General Public License v3.0
1 stars 2 forks source link

Fix: Add support for Navigation Button API (fixes #90 #92) #93

Closed swashbuck closed 1 year ago

swashbuck commented 1 year ago

Fixes #90 #92

Fix

Related to #90

Related to #92

Testing

Add config to course.json:

"_extensions": {
  "_visua11y": {
    "_navOrder": 100,
    "navLabel": "Accessibility",
    "_navTooltip": {
      "_isEnabled": true,
      "text": "Visual accessibility settings"
    }
  }
}
swashbuck commented 1 year ago

Thanks, @kirsty-hames .

@oliverfoster Do you see anything that needs to be changed? I poached most of the code from https://github.com/adaptlearning/adapt-contrib-pageLevelProgress/pull/174

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 2.4.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: