aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-09-04 15:30:01 -0700
committerGitHub <noreply@github.com>2020-09-04 15:30:01 -0700
commitbcf0e1bec2ea2b55def5e4377dc03d4fc6f3b928 (patch)
tree3735dfbddb08b08e8dfac8e47a52763d26e2a788 /docs
parent83665e4f48e8db29d74a2e84b8befb6076c08665 (diff)
parente9afa4d7dd68e43bafcc4fd75c01bbaf0e6401ce (diff)
downloadhomer-bcf0e1bec2ea2b55def5e4377dc03d4fc6f3b928.tar.gz
homer-bcf0e1bec2ea2b55def5e4377dc03d4fc6f3b928.tar.zst
homer-bcf0e1bec2ea2b55def5e4377dc03d4fc6f3b928.zip
Merge pull request #119 from tpansino/feature/custom-card-colors
Feature/custom card colors
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index edcf1ed..22f50fc 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -110,7 +110,8 @@ services:
110 subtitle: "Another example" 110 subtitle: "Another example"
111 tag: "other" 111 tag: "other"
112 url: "https://www.reddit.com/r/selfhosted/" 112 url: "https://www.reddit.com/r/selfhosted/"
113 target: "_blank" # optionnal html a tag target attribute 113 target: "_blank" # optional html a tag target attribute
114 # class: "green" # optional custom CSS class for card, useful with custom stylesheet
114``` 115```
115 116
116If you choose to fetch message information from an endpoint, the output format should be: 117If you choose to fetch message information from an endpoint, the output format should be: