create_css_template
Create a new CSS template for dashboard styling. Specify template name and CSS stylesheet text; optionally preview with dry run.
Instructions
Create a new CSS template for dashboard styling.
Args: template_name: Name for the CSS template. css: The CSS stylesheet text. dry_run: If True, preview the action without executing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_name | Yes | ||
| css | Yes | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |