mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-03 06:10:38 +01:00
remove colors from spec
This commit is contained in:
@@ -7,13 +7,12 @@ TagObject:
|
||||
score:
|
||||
type: number
|
||||
description: The number of topics containing this tag
|
||||
class:
|
||||
type: string
|
||||
description: Class name that is applied to the to the tag html element
|
||||
valueEscaped:
|
||||
type: string
|
||||
color:
|
||||
description: value escaped with validator.escape
|
||||
valueEncoded:
|
||||
type: string
|
||||
description: Six-character hexadecimal string (with `#` prepended)
|
||||
example: "#ff0000"
|
||||
bgColor:
|
||||
type: string
|
||||
description: Six-character hexadecimal string (with `#` prepended)
|
||||
example: "#ff0000"
|
||||
description: value url encoded
|
||||
|
||||
Reference in New Issue
Block a user