Styles
A Style is a custom set of branding that can be applied on a per-folder basis. Currently these support a logo per folder and an optional click-through URL for public visitors. In the future we may extend these to also support colors. If you want to see that, please let us know so we can add your vote to the list.
Resource Schema
Required
| Property | Description |
|---|---|
| path String | Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters. |
Optional
| Property | Description |
|---|---|
| logo_click_href String | URL to open when a public visitor clicks the logo |
Read Only
| Property | Description |
|---|---|
| id Int64 | Style ID |
| logo String | Logo |
| thumbnail String | Logo thumbnail |
Resource Import
This Resource supports importing using the following syntax:
Data Source Schema
Required
| Property | Description |
|---|---|
| path String | Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters. |
Read Only
| Property | Description |
|---|---|
| id Int64 | Style ID |
| logo String | Logo |
| logo_click_href String | URL to open when a public visitor clicks the logo |
| thumbnail String | Logo thumbnail |