Skip to content
Snippets Groups Projects
Unverified Commit 1432ac8b authored by Natalie's avatar Natalie Committed by GitHub
Browse files

docs - update public links (#31045)

parent 94d3d37d
No related branches found
No related tags found
No related merge requests found
......@@ -90,18 +90,12 @@ If you'd like to create a secure embed that prevents people from changing filter
To toggle appearance settings, add _hash_ parameters to the end of the public link in your iframe's `src` attribute.
For example, to embed a dashboard with a dark theme, original title, and no border:
```
/dashboard/42#theme=night&titled=true&bordered=false
```
| Parameter name | Possible values |
| ----------------------- | ------------------------------------------------ |
| bordered | true, false |
| titled | true, false |
| theme | null, transparent, night |
| hide_parameters | true, false |
| hide_parameters | [filter name](#filter-parameters) |
| font¹ | [font name](../../configuring-metabase/fonts.md) |
| hide_download_button² | true, false |
......@@ -109,7 +103,19 @@ For example, to embed a dashboard with a dark theme, original title, and no bord
² Available on [paid plans](https://www.metabase.com/pricing) and hides the download button on questions only (not dashboards).
For more info about `hide_parameters`, see the next section on [Filter parameters](#filter-parameters).
For example, to embed a dashboard with multiple appearance parameters:
```
/dashboard/42#theme=night&titled=true&bordered=false
```
To embed a question without filter widgets and without the download button:
```
/question/42#hide_parameters=filter_name&hide_download_button=true
```
For more info about hiding filter widgets with `hide_parameters`, see the next section on [Filter parameters](#filter-parameters).
### Filter parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment