Skip to content

Commit d9c6cc8

Browse files
authored
chore: Updated URL params content
1 parent 8679d15 commit d9c6cc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/documentation/docs/for-developers/url-query-parameters.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@ sidebar_position: 10
44
---
55

66
# URL Query Parameters
7-
Appending query parameter(s) to the URL will allow you to modify the behaviour of the GUI, as well as control the [access levels](../user-guide/features/access-levels.md).
7+
Appending query parameter(s) to the URL will allow you to modify the behaviour of the GUI, as well as control the [Access Levels](../user-guide/features/access-levels.md).
88

99
| Query Parameter | Description |
1010
| :---------------------------------- | :------------------------------------------------------------------------ |
1111
| `admin=1` | Gives the GUI the same access as the combination of [Configuration Mode](../user-guide/features/access-levels.md#Configuration-Mode) and [Studio Mode](../user-guide/features/access-levels.md#Studio-Mode) as well as having access to a set of [Testing Mode](../user-guide/features/access-levels.md#Testing-Mode) tools and a Manual Control section on the Rundown page. _Default value is `0`._ |
1212
| `studio=1` | [Studio Mode](../user-guide/features/access-levels.md#Studio-Mode) gives the GUI full control of the studio and all information associated to it. This includes allowing actions like activating and deactivating rundowns, taking parts, adlibbing, etcetera. _Default value is `0`._ |
1313
| `buckets=0,1,...` | The buckets can be specified as base-0 indices of the buckets as seen by the user. This means that `?buckets=1` will display the second bucket as seen by the user when not filtering the buckets. This allows the user to decide which bucket is displayed on a secondary attached screen simply by reordering the buckets on their main view. |
14+
| `develop=1` | Enables the browser's default right-click menu to appear. It will also reveal the _Manual Control_ section on the Rundown page. _Default value is `0`._ |
1415
| `display=layout,buckets,inspector` | A comma-separated list of features to be displayed in the shelf. Available values are: `layout` \(for displaying the Rundown Layout\), `buckets` \(for displaying the Buckets\) and `inspector` \(for displaying the Inspector\). |
1516
| `help=1` | Enables some tooltips that might be useful to new users. _Default value is `0`._ |
1617
| `ignore_piece_content_status=1` | Removes the "zebra" marking on VT pieces that have a "missing" status. _Default value is `0`._ |
1718
| `reportNotificationsId=0,1,...` | Allows you to set a specific `reportNotificationsId`. _Default value is `0`, meaning the that default ID (i.e. not `0`) will be used._ |
1819
| `shelffollowsonair=1` | _Default value is `0`._ |
1920
| `show_hidden_source_layers=1` | _Default value is `0`._ |
2021
| `speak=1` | _Default value is `0`._ |
22+
| `theaccessmode=0` | If user accounts are enabled \(`enableUserAccounts` in [_Sofie Core_ settings](../configuration/sofie-core-settings#settings-file)\), the [access levels](../user-guide/features/access-levels.md) are set under the user settings. If no user accounts are set, the access level for a browser is set by adding `?theaccessmode=1` to the URL. The access level is persisted in browser's Local Storage. To disable; add the URL query parameter `?theaccessmode=0`. _Default value is `1`._ |
2123
| `vibrate=1` | _Default value is `0`._ |
2224
| `zoom=1,...` | Sets the scaling of the entire GUI. _The unit is a percentage where `100` is the default scaling._ |
2325

2426

25-

0 commit comments

Comments
 (0)