adding streamline_templates: !include_dir_named ../streamline_templates/ #46
AlexKusnezov
started this conversation in
General
Replies: 1 comment 1 reply
-
Hello @AlexKusnezov, This only applies if you are using the YAML mode of the configuration, and it looks like you are using the UI. streamline_templates:
my_streamline_template:
# your config here
my_other_streamline_template:
# your config here
# etc.
views:
- type: sections
max_columns: 4
title: Your dashboard name
path: your-dashboard-path
icon: mdi:your-icon
sections:
# Your UI here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Guys, I'm not sure how to add this, readme says:
What do you mean by "dashboard configuration file"? configuration.yaml?
It is not
Raw configuration editor
, because adding this I'll get:Beta Was this translation helpful? Give feedback.
All reactions