Skip to content

Commit

Permalink
Merge branch 'GPII-3373'
Browse files Browse the repository at this point in the history
* GPII-3373:
  GPII-3373: Temporarily removing the full page TTS.
  • Loading branch information
amb26 committed Sep 18, 2018
2 parents 6aea644 + 557282c commit a4ad462
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following adaptations are supported:
* Contrast
* Right-Click to Select
* Selection Highlight
* Text-to-Speech
* Text-to-Speech (only for selected text)
* Reading Mode
* Table of Contents
* Enhance Inputs
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "UI Options Plus (UIO+)",
"short_name": "UIO+",
"version": "0.1.0.5",
"version": "0.1.0.6",
"description": "User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.",
"author": "Fluid Project",
"permissions": [
Expand Down
15 changes: 15 additions & 0 deletions extension/src/content_scripts/domEnactor.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,21 @@
options: {
model: {
enabled: "{domEnactor}.model.selfVoicingEnabled"
},
// GPII-3373: temporarily remove the page level TTS until GPII-3286 is fixed
components: {
orator: {
options: {
components: {
controller: {
type: "fluid.emptySubcomponent"
},
domReader: {
type: "fluid.emptySubcomponent"
}
}
}
}
}
}
}
Expand Down

0 comments on commit a4ad462

Please sign in to comment.