Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions offliner-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@
"description": "Custom banner image. Will be resized to 1060x175px"
},
"main_color": {
"type": "string",
"type": "color",
"required": false,
"title": "Main Color",
"description": "Custom color. Hex/HTML syntax (#DEDEDE). Default to main color of profile image."
},
"secondary_color": {
"type": "string",
"type": "color",
"required": false,
"title": "Secondary Color",
"description": "Custom secondary color. Hex/HTML syntax (#DEDEDE). Default to secondary color of profile image."
Expand Down