Skip to content

Commit

Permalink
fix(ui/api): Proper example in the API (#11910)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Jan 5, 2022
1 parent e01821f commit 2ccf50d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ui/src/plugins/Notify.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,15 +258,15 @@
"desc": "Style definitions to be attributed to the badge",
"examples": [
"background-color: #ff0000",
":content-style=\"{ backgroundColor: '#ff0000' }\""
"{ backgroundColor: '#ff0000' }"
]
},
"badgeClass": {
"type": [ "Array", "String", "Object" ],
"desc": "Class definitions to be attributed to the badge",
"examples": [
"my-special-class",
":content-class=\"{ 'my-special-class': <condition> }\""
"{ 'my-special-class': <condition> }"
]
},

Expand All @@ -279,7 +279,7 @@
"desc": "Class definitions to be attributed to the progress bar",
"examples": [
"my-special-class",
":content-class=\"{ 'my-special-class': <condition> }\""
"{ 'my-special-class': <condition> }"
]
},

Expand Down Expand Up @@ -410,7 +410,7 @@
"desc": "Class definitions to be attributed to the progress bar",
"examples": [
"my-special-class",
":content-class=\"{ 'my-special-class': <condition> }\""
"{ 'my-special-class': <condition> }"
]
},

Expand Down Expand Up @@ -570,15 +570,15 @@
"desc": "Style definitions to be attributed to the badge",
"examples": [
"background-color: #ff0000",
":content-style=\"{ backgroundColor: '#ff0000' }\""
"{ backgroundColor: '#ff0000' }"
]
},
"badgeClass": {
"type": [ "Array", "String", "Object" ],
"desc": "Class definitions to be attributed to the badge",
"examples": [
"my-special-class",
":content-class=\"{ 'my-special-class': <condition> }\""
"{ 'my-special-class': <condition> }"
]
},

Expand All @@ -591,7 +591,7 @@
"desc": "Class definitions to be attributed to the progress bar",
"examples": [
"my-special-class",
":content-class=\"{ 'my-special-class': <condition> }\""
"{ 'my-special-class': <condition> }"
]
},

Expand Down Expand Up @@ -750,15 +750,15 @@
"desc": "Style definitions to be attributed to the badge",
"examples": [
"background-color: #ff0000",
":content-style=\"{ backgroundColor: '#ff0000' }\""
"{ backgroundColor: '#ff0000' }"
]
},
"badgeClass": {
"type": [ "Array", "String", "Object" ],
"desc": "Class definitions to be attributed to the badge",
"examples": [
"my-special-class",
":content-class=\"{ 'my-special-class': <condition> }\""
"{ 'my-special-class': <condition> }"
]
},

Expand All @@ -771,7 +771,7 @@
"desc": "Class definitions to be attributed to the progress bar",
"examples": [
"my-special-class",
":content-class=\"{ 'my-special-class': <condition> }\""
"{ 'my-special-class': <condition> }"
]
},

Expand Down

0 comments on commit 2ccf50d

Please sign in to comment.