Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| blocks:api:query-parameters [2022-11-18 13:47] – admin | blocks:api:query-parameters [2025-12-17 12:39] (current) – Added transparent admin | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| * **mobile** specifies that this is a Visitor spot, with the value being the Spot path to a Visitor spot in Blocks. If this is at the top level, it's just the name of the Visitor spot. If the Visitor spot is in a group, indicate the full path including enclosing group names, with each level separated by a period. | * **mobile** specifies that this is a Visitor spot, with the value being the Spot path to a Visitor spot in Blocks. If this is at the top level, it's just the name of the Visitor spot. If the Visitor spot is in a group, indicate the full path including enclosing group names, with each level separated by a period. | ||
| * **class** applies a CSS class to the spot, where the value is the CSS class name. This can then be used to style some display spots differently. More about CSS styling [[blocks: | * **class** applies a CSS class to the spot, where the value is the CSS class name. This can then be used to style some display spots differently. More about CSS styling [[blocks: | ||
| + | * **transparent** avoids enforcing a black background at the base level of the web page, leaving the base transparent. | ||
| * **tags** applies specified tags; value is comma-separated list of tags. | * **tags** applies specified tags; value is comma-separated list of tags. | ||
| * **spot** tells any active Locator to locate the spot specified by the value, which can be a Spot's Location ID, name or full path (with each level separated by a period). | * **spot** tells any active Locator to locate the spot specified by the value, which can be a Spot's Location ID, name or full path (with each level separated by a period). | ||
| * **spot-id** applies a user-defined Spot ID instead of the server-generated number or player MAC address or Serial number. Avoid using a simple number as the ID, as that may collide with Blocks' | * **spot-id** applies a user-defined Spot ID instead of the server-generated number or player MAC address or Serial number. Avoid using a simple number as the ID, as that may collide with Blocks' | ||
| - | * **param-Xxxx** | + | |
| + | | ||
| =====Editor Parameters===== | =====Editor Parameters===== | ||
| Line 43: | Line 45: | ||
| The advantage of using child block names instead of their index is that the name is more reliable if child blocks are added or removed (e.g., a new slide is added at the beginning of the Slideshow in the example above). | The advantage of using child block names instead of their index is that the name is more reliable if child blocks are added or removed (e.g., a new slide is added at the beginning of the Slideshow in the example above). | ||
| - | :!: **IMPORTANT**: | + | :!: **IMPORTANT**: |
| ====sandbox==== | ====sandbox==== | ||
| Line 65: | Line 67: | ||
| :!: **IMPORTANT**: | :!: **IMPORTANT**: | ||
| + | |||
| + | ====class==== | ||
| + | |||
| + | Applies a CSS class to the speditor' | ||