Skip to content

Commit

Permalink
fix: "Custom – Plugins" preset value (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
wazelin authored Jul 4, 2024
1 parent c299f11 commit f0f7ae4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

2.10.2
------

* Fixed "Custom – Plugins" preset value

2.10.1
------

Expand Down
2 changes: 1 addition & 1 deletion config/devkit/claims.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ parameters:
value:
deliverySettings.plugins.add: 'taoQtiNuiTest/runner/plugins/panel/a11y/plugin'
deliverySettings.plugins.remove: 'taoQtiNuiTest/runner/plugins/tools/highlighter/plugin,taoQtiNuiTest/runner/plugins/tools/scratchpad/plugin'
deliverySettings.plugins: "{\"readAloud\":{\"readAloudOption\":\"always-enabled\"},\"a11yMenuPanel\":{\"openOnStart\":true,\"contrastTheme\": {\"enabled\": true,\"themes\": [\"default\",\"whiteOnBlue\",\"yellowOnBlack\",\"blueOnYellow\",\"greyOnGreen\"]},\"groups\": [\"group-contrast\", \"group-pointer\", \"group-text\", \"group-zoom\"]}}"
deliverySettings.plugins: '{"readAloud": {"readAloudOption": "always-enabled"}, "a11yMenuPanel": {"openOnStart": true, "contrastTheme": {"enabled": true, "themes": ["default", "whiteOnBlue", "yellowOnBlack", "blueOnYellow", "greyOnGreen"]}, "groups": ["group-contrast", "group-pointer", "group-text", "group-zoom"]}}'
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
application_env: '%env(resolve:APP_ENV)%'
application_api_key: '%env(resolve:APP_API_KEY)%'
application_vendors: '%kernel.project_dir%/vendor/composer/installed.php'
application_version: '2.10.1'
application_version: '2.10.2'
container.dumper.inline_factories: true
cache.redis.namespace: '%env(default:cache.redis.namespace.default:REDIS_CACHE_NAMESPACE)%'
cache.redis.namespace.default: 'devkit'
Expand Down

0 comments on commit f0f7ae4

Please sign in to comment.