Skip to content

Commit f78bf5c

Browse files
Update formatting-syntax-reference.md
removing locale from path... should let the host redirect to correct locale for consumer
1 parent efe4f7e commit f78bf5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/declarative-customization/formatting-syntax-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Any other value will result in an error.
2626
### filepreview
2727

2828
Use the special elmType `filepreview` in conjunction with the `src` attribute set to [`@thumbnail.<Size>`](#thumbnails) to view thumbnails for files in your document libary.
29-
If the thumbnail loads successfully, a small [brand type icon](https://developer.microsoft.com/en-us/fluentui#/styles/web/office-brand-icons) is visible on the bottom left. If the thumbanil fails to load (or if the file type doesn't support thumbnails), a [file type icon](https://developer.microsoft.com/en-us/fluentui#/styles/web/file-type-icons) is shown instead.
29+
If the thumbnail loads successfully, a small [brand type icon](https://developer.microsoft.com/fluentui#/styles/web/office-brand-icons) is visible on the bottom left. If the thumbanil fails to load (or if the file type doesn't support thumbnails), a [file type icon](https://developer.microsoft.com/fluentui#/styles/web/file-type-icons) is shown instead.
3030

3131
```json
3232
"elmType": "filepreview",
@@ -40,7 +40,7 @@ Images from the following domains are allowed:
4040
- tenant ___domain, configured multi-geo domains and vanity domains (company.sharepoint.com)
4141
- cdn.office.net, akamaihd.net, static2.sharepointonline.com CDNs
4242

43-
most other external image sources are blocked by default in custom formatters. To include external images and allow specific domains or CDNs, the ___domain needs to be added to a site-level setting - [HTMLFieldSecurity](https://support.microsoft.com/en-us/office/allow-or-restrict-the-ability-to-embed-content-on-sharepoint-pages-e7baf83f-09d0-4bd1-9058-4aa483ee137b)
43+
most other external image sources are blocked by default in custom formatters. To include external images and allow specific domains or CDNs, the ___domain needs to be added to a site-level setting - [HTMLFieldSecurity](https://support.microsoft.com/office/allow-or-restrict-the-ability-to-embed-content-on-sharepoint-pages-e7baf83f-09d0-4bd1-9058-4aa483ee137b)
4444

4545
## txtContent
4646

0 commit comments

Comments
 (0)