Merge pull request #28034 from element-hq/dbkr/default_widget_container_height_sample
Some checks are pending
Build / Build on ${{ matrix.image }} (macos-latest, ${{ github.event_name == 'push' && github.ref_name == 'develop' }}) (push) Waiting to run
Build / Build on ${{ matrix.image }} (ubuntu-latest, ${{ github.event_name == 'push' && github.ref_name == 'develop' }}) (push) Waiting to run
Build / Build on ${{ matrix.image }} (windows-latest, ${{ github.event_name == 'push' && github.ref_name == 'develop' }}) (push) Waiting to run
Build and Deploy develop / Build & Deploy develop.element.io (push) Waiting to run
Deploy documentation / GitHub Pages (push) Waiting to run
Deploy documentation / deploy (push) Blocked by required conditions
matrix-react-sdk End to End Tests / Playwright (push) Waiting to run
Static Analysis / Typescript Syntax Check (push) Waiting to run
Static Analysis / i18n Check (push) Waiting to run
Static Analysis / ESLint (push) Waiting to run
Static Analysis / Style Lint (push) Waiting to run
Static Analysis / Workflow Lint (push) Waiting to run
Static Analysis / Analyse Dead Code (push) Waiting to run
Tests / Jest (push) Waiting to run
Tests / Skip SonarCloud in merge queue (push) Blocked by required conditions

Fix default_widget_container_height in sample config
This commit is contained in:
David Baker 2024-09-11 10:13:27 +00:00 committed by GitHub
commit 8822a0b4b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
"https://scalar-staging.vector.im/api",
"https://scalar-staging.riot.im/scalar/api"
],
"default_widget_height": 280,
"default_widget_container_height": 280,
"default_country_code": "GB",
"show_labs_settings": false,
"features": {},